Html Css Color HEX #DC97D4 Plum

📋 copy color: '#DC97D4'

red 220 ◦ green 151 ◦ blue 212

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

Shades of Plum #DC97D4

Tints of Plum #DC97D4

RGB

 RED value IS 220 (86.33% from 255) = 37.74%

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

 BLUE value IS 212 (83.2% from 255) = 36.36%

R = 37.74%
G = 25.9%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.04

 K value IS 0.14

RGB Variations

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

Color information

#DC97D4 (or 0xDC97D4) is known color: Plum. HEX triplet: DC, 97 and D4. RGB value is (220,151,212). Sum of RGB (Red+Green+Blue) = 220+151+212=583 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.74% from 583); Green value is 151 (59.38% from 255 or 25.90% from 583); Blue value is 212 (83.20% from 255 or 36.36% from 583); Max value from RGB is 220 - color contains mainly: red. Hex color #DC97D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC97D4 is #23682B. Grayscale: #B2B2B2. Windows color (decimal): -2320428 or 13932508. OLE color: 13932508.

HSL color Cylindrical-coordinate representation of color #DC97D4: hue angle of 306.96º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DC97D4 is Cyan = 0, Magento = 0.31, Yellow = 0.04 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 151 212 -
CMYK 0 0.31 0.04 0.14
HSL 306.96º 0.5% 0.73% -
HSV(B) 306.96º 0.31% 0.86% -
XYZ 52.47 42.1 67.65 -
YUV 178.59 146.86 157.54 -
System Red Green Blue C M Y K H S L
Decimal 220 151 212 0 0.31 0.04 0.14 306.96 0.5 0.73
Hex DC 97 D4 0 1F 4 E 133 32 49
Octal 334 227 324 0 37 4 16 463 62 111
Binary 11011100 10010111 11010100 0 11111 100 1110 100110011 110010 1001001

Color Harmonies of #DC97D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC97D4

Black with #DC97D4

Text Example


Text Example

White with #DC97D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC97D4; }

 p { color: rgb(220,151,212); }

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

background-color css

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

 a { background-color: rgb(220,151,212); }

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

border-color css

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

 span { border-color: rgb(220,151,212); }

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