Html Css Color HEX #DD82B9 Persian Pink

📋 copy color: '#DD82B9'

red 221 ◦ green 130 ◦ blue 185

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

Shades of Persian Pink #DD82B9

Tints of Persian Pink #DD82B9

RGB

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

 GREEN value IS 130 (51.17% from 255) = 24.25%

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

R = 41.23%
G = 24.25%
B = 34.51%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#DD82B9 (or 0xDD82B9) is known color: Persian Pink. HEX triplet: DD, 82 and B9. RGB value is (221,130,185). Sum of RGB (Red+Green+Blue) = 221+130+185=536 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.23% from 536); Green value is 130 (51.17% from 255 or 24.25% from 536); Blue value is 185 (72.66% from 255 or 34.51% from 536); Max value from RGB is 221 - color contains mainly: red. Hex color #DD82B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD82B9 is #227D46. Grayscale: #A3A3A3. Windows color (decimal): -2260295 or 12157661. OLE color: 12157661.

HSL color Cylindrical-coordinate representation of color #DD82B9: hue angle of 323.74º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DD82B9 is Cyan = 0, Magento = 0.41, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 130 185 -
CMYK 0 0.41 0.16 0.13
HSL 323.74º 0.57% 0.69% -
HSV(B) 323.74º 0.41% 0.87% -
XYZ 46.56 34.84 50.17 -
YUV 163.48 140.15 169.03 -
System Red Green Blue C M Y K H S L
Decimal 221 130 185 0 0.41 0.16 0.13 323.74 0.57 0.69
Hex DD 82 B9 0 29 10 D 144 39 45
Octal 335 202 271 0 51 20 15 504 71 105
Binary 11011101 10000010 10111001 0 101001 10000 1101 101000100 111001 1000101

Color Harmonies of #DD82B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD82B9

Black with #DD82B9

Text Example


Text Example

White with #DD82B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD82B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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