Html Css Color HEX #DD92D1 Plum

📋 copy color: '#DD92D1'

red 221 ◦ green 146 ◦ blue 209

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

Shades of Plum #DD92D1

Tints of Plum #DD92D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 36.28%

R = 38.37%
G = 25.35%
B = 36.28%

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

#DD92D1 (or 0xDD92D1) is known color: Plum. HEX triplet: DD, 92 and D1. RGB value is (221,146,209). Sum of RGB (Red+Green+Blue) = 221+146+209=576 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.37% from 576); Green value is 146 (57.42% from 255 or 25.35% from 576); Blue value is 209 (82.03% from 255 or 36.28% from 576); Max value from RGB is 221 - color contains mainly: red. Hex color #DD92D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD92D1 is #226D2E. Grayscale: #AFAFAF. Windows color (decimal): -2256175 or 13734621. OLE color: 13734621.

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

Color convert

RGB 221 146 209 -
CMYK 0 0.34 0.05 0.13
HSL 309.6º 0.52% 0.72% -
HSV(B) 309.6º 0.34% 0.87% -
XYZ 51.61 40.53 65.43 -
YUV 175.61 146.85 160.38 -
System Red Green Blue C M Y K H S L
Decimal 221 146 209 0 0.34 0.05 0.13 309.6 0.52 0.72
Hex DD 92 D1 0 22 5 D 136 34 48
Octal 335 222 321 0 42 5 15 466 64 110
Binary 11011101 10010010 11010001 0 100010 101 1101 100110110 110100 1001000

Color Harmonies of #DD92D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD92D1

Black with #DD92D1

Text Example


Text Example

White with #DD92D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD92D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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