Html Css Color HEX #DD6FB5 Persian Pink

📋 copy color: '#DD6FB5'

red 221 ◦ green 111 ◦ blue 181

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

Shades of Persian Pink #DD6FB5

Tints of Persian Pink #DD6FB5

RGB

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

 GREEN value IS 111 (43.75% from 255) = 21.64%

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

R = 43.08%
G = 21.64%
B = 35.28%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.18

 K value IS 0.13

RGB Variations

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

Color information

#DD6FB5 (or 0xDD6FB5) is known color: Persian Pink. HEX triplet: DD, 6F and B5. RGB value is (221,111,181). Sum of RGB (Red+Green+Blue) = 221+111+181=513 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.08% from 513); Green value is 111 (43.75% from 255 or 21.64% from 513); Blue value is 181 (71.09% from 255 or 35.28% from 513); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6FB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD6FB5 is #22904A. Grayscale: #979797. Windows color (decimal): -2265163 or 11890653. OLE color: 11890653.

HSL color Cylindrical-coordinate representation of color #DD6FB5: hue angle of 321.82º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DD6FB5 is Cyan = 0, Magento = 0.50, Yellow = 0.18 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 111 181 -
CMYK 0 0.50 0.18 0.13
HSL 321.82º 0.62% 0.65% -
HSV(B) 321.82º 0.5% 0.87% -
XYZ 43.84 30.08 47.21 -
YUV 151.87 144.44 177.31 -
System Red Green Blue C M Y K H S L
Decimal 221 111 181 0 0.50 0.18 0.13 321.82 0.62 0.65
Hex DD 6F B5 0 32 12 D 142 3E 41
Octal 335 157 265 0 62 22 15 502 76 101
Binary 11011101 1101111 10110101 0 110010 10010 1101 101000010 111110 1000001

Color Harmonies of #DD6FB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6FB5

Black with #DD6FB5

Text Example


Text Example

White with #DD6FB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6FB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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