Html Css Color HEX #DC9BE4 Plum

📋 copy color: '#DC9BE4'

red 220 ◦ green 155 ◦ blue 228

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

Shades of Plum #DC9BE4

Tints of Plum #DC9BE4

RGB

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

 GREEN value IS 155 (60.94% from 255) = 25.7%

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

R = 36.48%
G = 25.7%
B = 37.81%

CMYK

 C value IS 0.04

 M value IS 0.32

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#DC9BE4 (or 0xDC9BE4) is known color: Plum. HEX triplet: DC, 9B and E4. RGB value is (220,155,228). Sum of RGB (Red+Green+Blue) = 220+155+228=603 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.48% from 603); Green value is 155 (60.94% from 255 or 25.70% from 603); Blue value is 228 (89.45% from 255 or 37.81% from 603); Max value from RGB is 228 - color contains mainly: blue. Hex color #DC9BE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC9BE4 is #23641B. Grayscale: #B6B6B6. Windows color (decimal): -2319388 or 14982108. OLE color: 14982108.

HSL color Cylindrical-coordinate representation of color #DC9BE4: hue angle of 293.42º degrees, saturation: 0.57, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DC9BE4 is Cyan = 0.04, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 220 155 228 -
CMYK 0.04 0.32 0 0.11
HSL 293.42º 0.57% 0.75% -
HSV(B) 293.42º 0.32% 0.89% -
XYZ 55.24 44.26 79.03 -
YUV 182.76 153.53 154.56 -
System Red Green Blue C M Y K H S L
Decimal 220 155 228 0.04 0.32 0 0.11 293.42 0.57 0.75
Hex DC 9B E4 4 20 0 B 125 39 4B
Octal 334 233 344 4 40 0 13 445 71 113
Binary 11011100 10011011 11100100 100 100000 0 1011 100100101 111001 1001011

Color Harmonies of #DC9BE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9BE4

Black with #DC9BE4

Text Example


Text Example

White with #DC9BE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9BE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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