Html Css Color HEX #DD6DB7 Persian Pink

📋 copy color: '#DD6DB7'

red 221 ◦ green 109 ◦ blue 183

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

Shades of Persian Pink #DD6DB7

Tints of Persian Pink #DD6DB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 35.67%

R = 43.08%
G = 21.25%
B = 35.67%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#DD6DB7 (or 0xDD6DB7) is known color: Persian Pink. HEX triplet: DD, 6D and B7. RGB value is (221,109,183). Sum of RGB (Red+Green+Blue) = 221+109+183=513 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.08% from 513); Green value is 109 (42.97% from 255 or 21.25% from 513); Blue value is 183 (71.88% from 255 or 35.67% from 513); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6DB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD6DB7 is #229248. Grayscale: #969696. Windows color (decimal): -2265673 or 12021213. OLE color: 12021213.

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

Color convert

RGB 221 109 183 -
CMYK 0 0.51 0.17 0.13
HSL 320.36º 0.62% 0.65% -
HSV(B) 320.36º 0.51% 0.87% -
XYZ 43.83 29.73 48.23 -
YUV 150.92 146.11 177.98 -
System Red Green Blue C M Y K H S L
Decimal 221 109 183 0 0.51 0.17 0.13 320.36 0.62 0.65
Hex DD 6D B7 0 33 11 D 140 3E 41
Octal 335 155 267 0 63 21 15 500 76 101
Binary 11011101 1101101 10110111 0 110011 10001 1101 101000000 111110 1000001

Color Harmonies of #DD6DB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6DB7

Black with #DD6DB7

Text Example


Text Example

White with #DD6DB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6DB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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