Html Css Color HEX #DC96EA Plum

📋 copy color: '#DC96EA'

red 220 ◦ green 150 ◦ blue 234

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

Shades of Plum #DC96EA

Tints of Plum #DC96EA

RGB

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

 GREEN value IS 150 (58.98% from 255) = 24.83%

 BLUE value IS 234 (91.8% from 255) = 38.74%

R = 36.42%
G = 24.83%
B = 38.74%

CMYK

 C value IS 0.06

 M value IS 0.36

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DC96EA (or 0xDC96EA) is known color: Plum. HEX triplet: DC, 96 and EA. RGB value is (220,150,234). Sum of RGB (Red+Green+Blue) = 220+150+234=604 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.42% from 604); Green value is 150 (58.98% from 255 or 24.83% from 604); Blue value is 234 (91.80% from 255 or 38.74% from 604); Max value from RGB is 234 - color contains mainly: blue. Hex color #DC96EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC96EA is #236915. Grayscale: #B4B4B4. Windows color (decimal): -2320662 or 15374044. OLE color: 15374044.

HSL color Cylindrical-coordinate representation of color #DC96EA: hue angle of 290º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DC96EA is Cyan = 0.06, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 220 150 234 -
CMYK 0.06 0.36 0 0.08
HSL 290º 0.67% 0.75% -
HSV(B) 290º 0.36% 0.92% -
XYZ 55.27 42.97 83.22 -
YUV 180.51 158.19 156.17 -
System Red Green Blue C M Y K H S L
Decimal 220 150 234 0.06 0.36 0 0.08 290 0.67 0.75
Hex DC 96 EA 6 24 0 8 122 43 4B
Octal 334 226 352 6 44 0 10 442 103 113
Binary 11011100 10010110 11101010 110 100100 0 1000 100100010 1000011 1001011

Color Harmonies of #DC96EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC96EA

Black with #DC96EA

Text Example


Text Example

White with #DC96EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC96EA; }

 p { color: rgb(220,150,234); }

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

background-color css

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

 a { background-color: rgb(220,150,234); }

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

border-color css

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

 span { border-color: rgb(220,150,234); }

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