Html Css Color HEX #DD76BE Persian Pink

📋 copy color: '#DD76BE'

red 221 ◦ green 118 ◦ blue 190

#DD76BE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Pink #DD76BE

Tints of Persian Pink #DD76BE

RGB

 RED value IS 221 (86.72% from 255) = 41.78%

 GREEN value IS 118 (46.48% from 255) = 22.31%

 BLUE value IS 190 (74.61% from 255) = 35.92%

R = 41.78%
G = 22.31%
B = 35.92%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.14

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#DD76BE (or 0xDD76BE) is known color: Persian Pink. HEX triplet: DD, 76 and BE. RGB value is (221,118,190). Sum of RGB (Red+Green+Blue) = 221+118+190=529 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.78% from 529); Green value is 118 (46.48% from 255 or 22.31% from 529); Blue value is 190 (74.61% from 255 or 35.92% from 529); Max value from RGB is 221 - color contains mainly: red. Hex color #DD76BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD76BE is #228941. Grayscale: #9C9C9C. Windows color (decimal): -2263362 or 12482269. OLE color: 12482269.

HSL color Cylindrical-coordinate representation of color #DD76BE: hue angle of 318.06º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DD76BE is Cyan = 0, Magento = 0.47, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 118 190 -
CMYK 0 0.47 0.14 0.13
HSL 318.06º 0.6% 0.66% -
HSV(B) 318.06º 0.47% 0.87% -
XYZ 45.59 32.05 52.5 -
YUV 157.01 146.62 173.65 -
System Red Green Blue C M Y K H S L
Decimal 221 118 190 0 0.47 0.14 0.13 318.06 0.6 0.66
Hex DD 76 BE 0 2F E D 13E 3C 42
Octal 335 166 276 0 57 16 15 476 74 102
Binary 11011101 1110110 10111110 0 101111 1110 1101 100111110 111100 1000010

Color Harmonies of #DD76BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD76BE

Black with #DD76BE

Text Example


Text Example

White with #DD76BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD76BE; }

 p { color: rgb(221,118,190); }

 H1.HeaderClassName
 {
   color: #DD76BE;
 }
 .AnyTagClassName
 {
   color: #DD76BE;
 }
</style>

background-color css

<style>
 a { background-color: #DD76BE; }

 a { background-color: rgb(221,118,190); }

 div.DivClassName
 {
   background-color: #DD76BE;
 }
 .BgClassName
 {
   background-color: #DD76BE;
 }
</style>

border-color css

<style>
 span { border-color: #DD76BE; }

 span { border-color: rgb(221,118,190); }

 td.TdClassName
 {
   border-color: #DD76BE;
 }
 .TagClassName
 {
   border-color: #DD76BE;
 }
</style>