Html Css Color HEX #DD6BB5 Persian Pink

📋 copy color: '#DD6BB5'

red 221 ◦ green 107 ◦ blue 181

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

Shades of Persian Pink #DD6BB5

Tints of Persian Pink #DD6BB5

RGB

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

 GREEN value IS 107 (42.19% from 255) = 21.02%

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

R = 43.42%
G = 21.02%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.18

 K value IS 0.13

RGB Variations

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

Color information

#DD6BB5 (or 0xDD6BB5) is known color: Persian Pink. HEX triplet: DD, 6B and B5. RGB value is (221,107,181). Sum of RGB (Red+Green+Blue) = 221+107+181=509 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.42% from 509); Green value is 107 (42.19% from 255 or 21.02% from 509); Blue value is 181 (71.09% from 255 or 35.56% from 509); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6BB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD6BB5 is #22944A. Grayscale: #959595. Windows color (decimal): -2266187 or 11889629. OLE color: 11889629.

HSL color Cylindrical-coordinate representation of color #DD6BB5: hue angle of 321.05º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DD6BB5 is Cyan = 0, Magento = 0.52, Yellow = 0.18 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 107 181 -
CMYK 0 0.52 0.18 0.13
HSL 321.05º 0.63% 0.64% -
HSV(B) 321.05º 0.52% 0.87% -
XYZ 43.42 29.22 47.07 -
YUV 149.52 145.77 178.98 -
System Red Green Blue C M Y K H S L
Decimal 221 107 181 0 0.52 0.18 0.13 321.05 0.63 0.64
Hex DD 6B B5 0 34 12 D 141 3F 40
Octal 335 153 265 0 64 22 15 501 77 100
Binary 11011101 1101011 10110101 0 110100 10010 1101 101000001 111111 1000000

Color Harmonies of #DD6BB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6BB5

Black with #DD6BB5

Text Example


Text Example

White with #DD6BB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6BB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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