Html Css Color HEX #DD97D0 Plum

📋 copy color: '#DD97D0'

red 221 ◦ green 151 ◦ blue 208

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

Shades of Plum #DD97D0

Tints of Plum #DD97D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 35.86%

R = 38.1%
G = 26.03%
B = 35.86%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#DD97D0 (or 0xDD97D0) is known color: Plum. HEX triplet: DD, 97 and D0. RGB value is (221,151,208). Sum of RGB (Red+Green+Blue) = 221+151+208=580 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.10% from 580); Green value is 151 (59.38% from 255 or 26.03% from 580); Blue value is 208 (81.64% from 255 or 35.86% from 580); Max value from RGB is 221 - color contains mainly: red. Hex color #DD97D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD97D0 is #22682F. Grayscale: #B2B2B2. Windows color (decimal): -2254896 or 13670365. OLE color: 13670365.

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

Color convert

RGB 221 151 208 -
CMYK 0 0.32 0.06 0.13
HSL 311.14º 0.51% 0.73% -
HSV(B) 311.14º 0.32% 0.87% -
XYZ 52.27 42.06 65.04 -
YUV 178.43 144.69 158.37 -
System Red Green Blue C M Y K H S L
Decimal 221 151 208 0 0.32 0.06 0.13 311.14 0.51 0.73
Hex DD 97 D0 0 20 6 D 137 33 49
Octal 335 227 320 0 40 6 15 467 63 111
Binary 11011101 10010111 11010000 0 100000 110 1101 100110111 110011 1001001

Color Harmonies of #DD97D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD97D0

Black with #DD97D0

Text Example


Text Example

White with #DD97D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD97D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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