Html Css Color HEX #DD7CB2 Persian Pink

📋 copy color: '#DD7CB2'

red 221 ◦ green 124 ◦ blue 178

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

Shades of Persian Pink #DD7CB2

Tints of Persian Pink #DD7CB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 34.03%

R = 42.26%
G = 23.71%
B = 34.03%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#DD7CB2 (or 0xDD7CB2) is known color: Persian Pink. HEX triplet: DD, 7C and B2. RGB value is (221,124,178). Sum of RGB (Red+Green+Blue) = 221+124+178=523 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.26% from 523); Green value is 124 (48.83% from 255 or 23.71% from 523); Blue value is 178 (69.92% from 255 or 34.03% from 523); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7CB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7CB2 is #22834D. Grayscale: #9F9F9F. Windows color (decimal): -2261838 or 11697373. OLE color: 11697373.

HSL color Cylindrical-coordinate representation of color #DD7CB2: hue angle of 326.6º 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 #DD7CB2 is Cyan = 0, Magento = 0.44, Yellow = 0.19 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 124 178 -
CMYK 0 0.44 0.19 0.13
HSL 326.6º 0.59% 0.68% -
HSV(B) 326.6º 0.44% 0.87% -
XYZ 45.06 33 46.11 -
YUV 159.16 138.64 172.11 -
System Red Green Blue C M Y K H S L
Decimal 221 124 178 0 0.44 0.19 0.13 326.6 0.59 0.68
Hex DD 7C B2 0 2C 13 D 147 3B 44
Octal 335 174 262 0 54 23 15 507 73 104
Binary 11011101 1111100 10110010 0 101100 10011 1101 101000111 111011 1000100

Color Harmonies of #DD7CB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7CB2

Black with #DD7CB2

Text Example


Text Example

White with #DD7CB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7CB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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