Html Css Color HEX #DD97D2 Plum

📋 copy color: '#DD97D2'

red 221 ◦ green 151 ◦ blue 210

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

Shades of Plum #DD97D2

Tints of Plum #DD97D2

RGB

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

 GREEN value IS 151 (59.38% from 255) = 25.95%

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

R = 37.97%
G = 25.95%
B = 36.08%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#DD97D2 (or 0xDD97D2) is known color: Plum. HEX triplet: DD, 97 and D2. RGB value is (221,151,210). Sum of RGB (Red+Green+Blue) = 221+151+210=582 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.97% from 582); Green value is 151 (59.38% from 255 or 25.95% from 582); Blue value is 210 (82.42% from 255 or 36.08% from 582); Max value from RGB is 221 - color contains mainly: red. Hex color #DD97D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD97D2 is #22682D. Grayscale: #B2B2B2. Windows color (decimal): -2254894 or 13801437. OLE color: 13801437.

HSL color Cylindrical-coordinate representation of color #DD97D2: hue angle of 309.43º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DD97D2 is Cyan = 0, Magento = 0.32, Yellow = 0.05 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 151 210 -
CMYK 0 0.32 0.05 0.13
HSL 309.43º 0.51% 0.73% -
HSV(B) 309.43º 0.32% 0.87% -
XYZ 52.52 42.16 66.34 -
YUV 178.66 145.69 158.2 -
System Red Green Blue C M Y K H S L
Decimal 221 151 210 0 0.32 0.05 0.13 309.43 0.51 0.73
Hex DD 97 D2 0 20 5 D 135 33 49
Octal 335 227 322 0 40 5 15 465 63 111
Binary 11011101 10010111 11010010 0 100000 101 1101 100110101 110011 1001001

Color Harmonies of #DD97D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD97D2

Black with #DD97D2

Text Example


Text Example

White with #DD97D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD97D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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