Html Css Color HEX #DD92D2 Plum

📋 copy color: '#DD92D2'

red 221 ◦ green 146 ◦ blue 210

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

Shades of Plum #DD92D2

Tints of Plum #DD92D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 36.4%

R = 38.3%
G = 25.3%
B = 36.4%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#DD92D2 (or 0xDD92D2) is known color: Plum. HEX triplet: DD, 92 and D2. RGB value is (221,146,210). Sum of RGB (Red+Green+Blue) = 221+146+210=577 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.30% from 577); Green value is 146 (57.42% from 255 or 25.30% from 577); Blue value is 210 (82.42% from 255 or 36.40% from 577); Max value from RGB is 221 - color contains mainly: red. Hex color #DD92D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD92D2 is #226D2D. Grayscale: #AFAFAF. Windows color (decimal): -2256174 or 13800157. OLE color: 13800157.

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

Color convert

RGB 221 146 210 -
CMYK 0 0.34 0.05 0.13
HSL 308.8º 0.52% 0.72% -
HSV(B) 308.8º 0.34% 0.87% -
XYZ 51.73 40.58 66.08 -
YUV 175.72 147.35 160.3 -
System Red Green Blue C M Y K H S L
Decimal 221 146 210 0 0.34 0.05 0.13 308.8 0.52 0.72
Hex DD 92 D2 0 22 5 D 135 34 48
Octal 335 222 322 0 42 5 15 465 64 110
Binary 11011101 10010010 11010010 0 100010 101 1101 100110101 110100 1001000

Color Harmonies of #DD92D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD92D2

Black with #DD92D2

Text Example


Text Example

White with #DD92D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD92D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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