Html Css Color HEX #DC9DCE Plum

📋 copy color: '#DC9DCE'

red 220 ◦ green 157 ◦ blue 206

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

Shades of Plum #DC9DCE

Tints of Plum #DC9DCE

RGB

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

 GREEN value IS 157 (61.72% from 255) = 26.93%

 BLUE value IS 206 (80.86% from 255) = 35.33%

R = 37.74%
G = 26.93%
B = 35.33%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#DC9DCE (or 0xDC9DCE) is known color: Plum. HEX triplet: DC, 9D and CE. RGB value is (220,157,206). Sum of RGB (Red+Green+Blue) = 220+157+206=583 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.74% from 583); Green value is 157 (61.72% from 255 or 26.93% from 583); Blue value is 206 (80.86% from 255 or 35.33% from 583); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9DCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC9DCE is #236231. Grayscale: #B5B5B5. Windows color (decimal): -2318898 or 13540828. OLE color: 13540828.

HSL color Cylindrical-coordinate representation of color #DC9DCE: hue angle of 313.33º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DC9DCE is Cyan = 0, Magento = 0.29, Yellow = 0.06 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 157 206 -
CMYK 0 0.29 0.06 0.14
HSL 313.33º 0.47% 0.74% -
HSV(B) 313.33º 0.29% 0.86% -
XYZ 52.71 43.79 64.07 -
YUV 181.42 141.87 155.52 -
System Red Green Blue C M Y K H S L
Decimal 220 157 206 0 0.29 0.06 0.14 313.33 0.47 0.74
Hex DC 9D CE 0 1D 6 E 139 2F 4A
Octal 334 235 316 0 35 6 16 471 57 112
Binary 11011100 10011101 11001110 0 11101 110 1110 100111001 101111 1001010

Color Harmonies of #DC9DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9DCE

Black with #DC9DCE

Text Example


Text Example

White with #DC9DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9DCE; }

 p { color: rgb(220,157,206); }

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

background-color css

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

 a { background-color: rgb(220,157,206); }

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

border-color css

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

 span { border-color: rgb(220,157,206); }

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