Html Css Color HEX #DC9AEE Plum

📋 copy color: '#DC9AEE'

red 220 ◦ green 154 ◦ blue 238

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

Shades of Plum #DC9AEE

Tints of Plum #DC9AEE

RGB

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

 GREEN value IS 154 (60.55% from 255) = 25.16%

 BLUE value IS 238 (93.36% from 255) = 38.89%

R = 35.95%
G = 25.16%
B = 38.89%

CMYK

 C value IS 0.08

 M value IS 0.35

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DC9AEE (or 0xDC9AEE) is known color: Plum. HEX triplet: DC, 9A and EE. RGB value is (220,154,238). Sum of RGB (Red+Green+Blue) = 220+154+238=612 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.95% from 612); Green value is 154 (60.55% from 255 or 25.16% from 612); Blue value is 238 (93.36% from 255 or 38.89% from 612); Max value from RGB is 238 - color contains mainly: blue. Hex color #DC9AEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC9AEE is #236511. Grayscale: #B7B7B7. Windows color (decimal): -2319634 or 15637212. OLE color: 15637212.

HSL color Cylindrical-coordinate representation of color #DC9AEE: hue angle of 287.14º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DC9AEE is Cyan = 0.08, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 220 154 238 -
CMYK 0.08 0.35 0 0.07
HSL 287.14º 0.71% 0.77% -
HSV(B) 287.14º 0.35% 0.93% -
XYZ 56.5 44.5 86.5 -
YUV 183.31 158.87 154.17 -
System Red Green Blue C M Y K H S L
Decimal 220 154 238 0.08 0.35 0 0.07 287.14 0.71 0.77
Hex DC 9A EE 8 23 0 7 11F 47 4D
Octal 334 232 356 10 43 0 7 437 107 115
Binary 11011100 10011010 11101110 1000 100011 0 111 100011111 1000111 1001101

Color Harmonies of #DC9AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9AEE

Black with #DC9AEE

Text Example


Text Example

White with #DC9AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9AEE; }

 p { color: rgb(220,154,238); }

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

background-color css

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

 a { background-color: rgb(220,154,238); }

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

border-color css

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

 span { border-color: rgb(220,154,238); }

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