Html Css Color HEX #DD6FBB Persian Pink

📋 copy color: '#DD6FBB'

red 221 ◦ green 111 ◦ blue 187

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

Shades of Persian Pink #DD6FBB

Tints of Persian Pink #DD6FBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 36.03%

R = 42.58%
G = 21.39%
B = 36.03%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#DD6FBB (or 0xDD6FBB) is known color: Persian Pink. HEX triplet: DD, 6F and BB. RGB value is (221,111,187). Sum of RGB (Red+Green+Blue) = 221+111+187=519 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.58% from 519); Green value is 111 (43.75% from 255 or 21.39% from 519); Blue value is 187 (73.44% from 255 or 36.03% from 519); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6FBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD6FBB is #229044. Grayscale: #989898. Windows color (decimal): -2265157 or 12283869. OLE color: 12283869.

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

Color convert

RGB 221 111 187 -
CMYK 0 0.50 0.15 0.13
HSL 318.55º 0.62% 0.65% -
HSV(B) 318.55º 0.5% 0.87% -
XYZ 44.47 30.33 50.52 -
YUV 152.55 147.44 176.82 -
System Red Green Blue C M Y K H S L
Decimal 221 111 187 0 0.50 0.15 0.13 318.55 0.62 0.65
Hex DD 6F BB 0 32 F D 13F 3E 41
Octal 335 157 273 0 62 17 15 477 76 101
Binary 11011101 1101111 10111011 0 110010 1111 1101 100111111 111110 1000001

Color Harmonies of #DD6FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6FBB

Black with #DD6FBB

Text Example


Text Example

White with #DD6FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6FBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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