Html Css Color HEX #DD7CC0 Persian Pink

📋 copy color: '#DD7CC0'

red 221 ◦ green 124 ◦ blue 192

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

Shades of Persian Pink #DD7CC0

Tints of Persian Pink #DD7CC0

RGB

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

 GREEN value IS 124 (48.83% from 255) = 23.09%

 BLUE value IS 192 (75.39% from 255) = 35.75%

R = 41.15%
G = 23.09%
B = 35.75%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.13

 K value IS 0.13

RGB Variations

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

Color information

#DD7CC0 (or 0xDD7CC0) is known color: Persian Pink. HEX triplet: DD, 7C and C0. RGB value is (221,124,192). Sum of RGB (Red+Green+Blue) = 221+124+192=537 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.15% from 537); Green value is 124 (48.83% from 255 or 23.09% from 537); Blue value is 192 (75.39% from 255 or 35.75% from 537); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7CC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7CC0 is #22833F. Grayscale: #A0A0A0. Windows color (decimal): -2261824 or 12614877. OLE color: 12614877.

HSL color Cylindrical-coordinate representation of color #DD7CC0: hue angle of 317.94º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DD7CC0 is Cyan = 0, Magento = 0.44, Yellow = 0.13 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 124 192 -
CMYK 0 0.44 0.13 0.13
HSL 317.94º 0.59% 0.68% -
HSV(B) 317.94º 0.44% 0.87% -
XYZ 46.54 33.59 53.9 -
YUV 160.76 145.64 170.97 -
System Red Green Blue C M Y K H S L
Decimal 221 124 192 0 0.44 0.13 0.13 317.94 0.59 0.68
Hex DD 7C C0 0 2C D D 13E 3B 44
Octal 335 174 300 0 54 15 15 476 73 104
Binary 11011101 1111100 11000000 0 101100 1101 1101 100111110 111011 1000100

Color Harmonies of #DD7CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7CC0

Black with #DD7CC0

Text Example


Text Example

White with #DD7CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7CC0; }

 p { color: rgb(221,124,192); }

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

background-color css

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

 a { background-color: rgb(221,124,192); }

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

border-color css

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

 span { border-color: rgb(221,124,192); }

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