Html Css Color HEX #DD92CB Plum

📋 copy color: '#DD92CB'

red 221 ◦ green 146 ◦ blue 203

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

Shades of Plum #DD92CB

Tints of Plum #DD92CB

RGB

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

 GREEN value IS 146 (57.42% from 255) = 25.61%

 BLUE value IS 203 (79.69% from 255) = 35.61%

R = 38.77%
G = 25.61%
B = 35.61%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#DD92CB (or 0xDD92CB) is known color: Plum. HEX triplet: DD, 92 and CB. RGB value is (221,146,203). Sum of RGB (Red+Green+Blue) = 221+146+203=570 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.77% from 570); Green value is 146 (57.42% from 255 or 25.61% from 570); Blue value is 203 (79.69% from 255 or 35.61% from 570); Max value from RGB is 221 - color contains mainly: red. Hex color #DD92CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD92CB is #226D34. Grayscale: #AEAEAE. Windows color (decimal): -2256181 or 13341405. OLE color: 13341405.

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

Color convert

RGB 221 146 203 -
CMYK 0 0.34 0.08 0.13
HSL 314.4º 0.52% 0.72% -
HSV(B) 314.4º 0.34% 0.87% -
XYZ 50.88 40.24 61.59 -
YUV 174.92 143.85 160.87 -
System Red Green Blue C M Y K H S L
Decimal 221 146 203 0 0.34 0.08 0.13 314.4 0.52 0.72
Hex DD 92 CB 0 22 8 D 13A 34 48
Octal 335 222 313 0 42 10 15 472 64 110
Binary 11011101 10010010 11001011 0 100010 1000 1101 100111010 110100 1001000

Color Harmonies of #DD92CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD92CB

Black with #DD92CB

Text Example


Text Example

White with #DD92CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD92CB; }

 p { color: rgb(221,146,203); }

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

background-color css

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

 a { background-color: rgb(221,146,203); }

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

border-color css

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

 span { border-color: rgb(221,146,203); }

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