Html Css Color HEX #DD6DBB Persian Pink

📋 copy color: '#DD6DBB'

red 221 ◦ green 109 ◦ blue 187

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

Shades of Persian Pink #DD6DBB

Tints of Persian Pink #DD6DBB

RGB

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

 GREEN value IS 109 (42.97% from 255) = 21.08%

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

R = 42.75%
G = 21.08%
B = 36.17%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#DD6DBB (or 0xDD6DBB) is known color: Persian Pink. HEX triplet: DD, 6D and BB. RGB value is (221,109,187). Sum of RGB (Red+Green+Blue) = 221+109+187=517 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.75% from 517); Green value is 109 (42.97% from 255 or 21.08% from 517); Blue value is 187 (73.44% from 255 or 36.17% from 517); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6DBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD6DBB is #229244. Grayscale: #979797. Windows color (decimal): -2265669 or 12283357. OLE color: 12283357.

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

Color convert

RGB 221 109 187 -
CMYK 0 0.51 0.15 0.13
HSL 318.21º 0.62% 0.65% -
HSV(B) 318.21º 0.51% 0.87% -
XYZ 44.26 29.9 50.45 -
YUV 151.38 148.11 177.66 -
System Red Green Blue C M Y K H S L
Decimal 221 109 187 0 0.51 0.15 0.13 318.21 0.62 0.65
Hex DD 6D BB 0 33 F D 13E 3E 41
Octal 335 155 273 0 63 17 15 476 76 101
Binary 11011101 1101101 10111011 0 110011 1111 1101 100111110 111110 1000001

Color Harmonies of #DD6DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6DBB

Black with #DD6DBB

Text Example


Text Example

White with #DD6DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6DBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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