Html Css Color HEX #DD7CB5 Persian Pink

📋 copy color: '#DD7CB5'

red 221 ◦ green 124 ◦ blue 181

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

Shades of Persian Pink #DD7CB5

Tints of Persian Pink #DD7CB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 34.41%

R = 42.02%
G = 23.57%
B = 34.41%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.18

 K value IS 0.13

RGB Variations

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

Color information

#DD7CB5 (or 0xDD7CB5) is known color: Persian Pink. HEX triplet: DD, 7C and B5. RGB value is (221,124,181). Sum of RGB (Red+Green+Blue) = 221+124+181=526 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.02% from 526); Green value is 124 (48.83% from 255 or 23.57% from 526); Blue value is 181 (71.09% from 255 or 34.41% from 526); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7CB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7CB5 is #22834A. Grayscale: #9F9F9F. Windows color (decimal): -2261835 or 11893981. OLE color: 11893981.

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

Color convert

RGB 221 124 181 -
CMYK 0 0.44 0.18 0.13
HSL 324.74º 0.59% 0.68% -
HSV(B) 324.74º 0.44% 0.87% -
XYZ 45.37 33.12 47.72 -
YUV 159.5 140.14 171.87 -
System Red Green Blue C M Y K H S L
Decimal 221 124 181 0 0.44 0.18 0.13 324.74 0.59 0.68
Hex DD 7C B5 0 2C 12 D 145 3B 44
Octal 335 174 265 0 54 22 15 505 73 104
Binary 11011101 1111100 10110101 0 101100 10010 1101 101000101 111011 1000100

Color Harmonies of #DD7CB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7CB5

Black with #DD7CB5

Text Example


Text Example

White with #DD7CB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7CB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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