Html Css Color HEX #DC9FE4 Plum

📋 copy color: '#DC9FE4'

red 220 ◦ green 159 ◦ blue 228

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

Shades of Plum #DC9FE4

Tints of Plum #DC9FE4

RGB

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

 GREEN value IS 159 (62.5% from 255) = 26.19%

 BLUE value IS 228 (89.45% from 255) = 37.56%

R = 36.24%
G = 26.19%
B = 37.56%

CMYK

 C value IS 0.04

 M value IS 0.30

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#DC9FE4 (or 0xDC9FE4) is known color: Plum. HEX triplet: DC, 9F and E4. RGB value is (220,159,228). Sum of RGB (Red+Green+Blue) = 220+159+228=607 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.24% from 607); Green value is 159 (62.5% from 255 or 26.19% from 607); Blue value is 228 (89.45% from 255 or 37.56% from 607); Max value from RGB is 228 - color contains mainly: blue. Hex color #DC9FE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC9FE4 is #23601B. Grayscale: #B8B8B8. Windows color (decimal): -2318364 or 14983132. OLE color: 14983132.

HSL color Cylindrical-coordinate representation of color #DC9FE4: hue angle of 293.04º degrees, saturation: 0.56, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DC9FE4 is Cyan = 0.04, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 220 159 228 -
CMYK 0.04 0.30 0 0.11
HSL 293.04º 0.56% 0.76% -
HSV(B) 293.04º 0.3% 0.89% -
XYZ 55.92 45.61 79.26 -
YUV 185.11 152.21 152.89 -
System Red Green Blue C M Y K H S L
Decimal 220 159 228 0.04 0.30 0 0.11 293.04 0.56 0.76
Hex DC 9F E4 4 1E 0 B 125 38 4C
Octal 334 237 344 4 36 0 13 445 70 114
Binary 11011100 10011111 11100100 100 11110 0 1011 100100101 111000 1001100

Color Harmonies of #DC9FE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9FE4

Black with #DC9FE4

Text Example


Text Example

White with #DC9FE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9FE4; }

 p { color: rgb(220,159,228); }

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

background-color css

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

 a { background-color: rgb(220,159,228); }

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

border-color css

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

 span { border-color: rgb(220,159,228); }

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