Html Css Color HEX #DD82BC Persian Pink

📋 copy color: '#DD82BC'

red 221 ◦ green 130 ◦ blue 188

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

Shades of Persian Pink #DD82BC

Tints of Persian Pink #DD82BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 34.88%

R = 41%
G = 24.12%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#DD82BC (or 0xDD82BC) is known color: Persian Pink. HEX triplet: DD, 82 and BC. RGB value is (221,130,188). Sum of RGB (Red+Green+Blue) = 221+130+188=539 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.00% from 539); Green value is 130 (51.17% from 255 or 24.12% from 539); Blue value is 188 (73.83% from 255 or 34.88% from 539); Max value from RGB is 221 - color contains mainly: red. Hex color #DD82BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD82BC is #227D43. Grayscale: #A3A3A3. Windows color (decimal): -2260292 or 12354269. OLE color: 12354269.

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

Color convert

RGB 221 130 188 -
CMYK 0 0.41 0.15 0.13
HSL 321.76º 0.57% 0.69% -
HSV(B) 321.76º 0.41% 0.87% -
XYZ 46.88 34.97 51.86 -
YUV 163.82 141.65 168.78 -
System Red Green Blue C M Y K H S L
Decimal 221 130 188 0 0.41 0.15 0.13 321.76 0.57 0.69
Hex DD 82 BC 0 29 F D 142 39 45
Octal 335 202 274 0 51 17 15 502 71 105
Binary 11011101 10000010 10111100 0 101001 1111 1101 101000010 111001 1000101

Color Harmonies of #DD82BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD82BC

Black with #DD82BC

Text Example


Text Example

White with #DD82BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD82BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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