Html Css Color HEX #DD6AB9 Persian Pink

📋 copy color: '#DD6AB9'

red 221 ◦ green 106 ◦ blue 185

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

Shades of Persian Pink #DD6AB9

Tints of Persian Pink #DD6AB9

RGB

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

 GREEN value IS 106 (41.8% from 255) = 20.7%

 BLUE value IS 185 (72.66% from 255) = 36.13%

R = 43.16%
G = 20.7%
B = 36.13%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#DD6AB9 (or 0xDD6AB9) is known color: Persian Pink. HEX triplet: DD, 6A and B9. RGB value is (221,106,185). Sum of RGB (Red+Green+Blue) = 221+106+185=512 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.16% from 512); Green value is 106 (41.80% from 255 or 20.70% from 512); Blue value is 185 (72.66% from 255 or 36.13% from 512); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6AB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD6AB9 is #229546. Grayscale: #959595. Windows color (decimal): -2266439 or 12151517. OLE color: 12151517.

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

Color convert

RGB 221 106 185 -
CMYK 0 0.52 0.16 0.13
HSL 318.78º 0.63% 0.64% -
HSV(B) 318.78º 0.52% 0.87% -
XYZ 43.73 29.18 49.23 -
YUV 149.39 148.1 179.08 -
System Red Green Blue C M Y K H S L
Decimal 221 106 185 0 0.52 0.16 0.13 318.78 0.63 0.64
Hex DD 6A B9 0 34 10 D 13F 3F 40
Octal 335 152 271 0 64 20 15 477 77 100
Binary 11011101 1101010 10111001 0 110100 10000 1101 100111111 111111 1000000

Color Harmonies of #DD6AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6AB9

Black with #DD6AB9

Text Example


Text Example

White with #DD6AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6AB9; }

 p { color: rgb(221,106,185); }

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

background-color css

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

 a { background-color: rgb(221,106,185); }

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

border-color css

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

 span { border-color: rgb(221,106,185); }

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