Html Css Color HEX #DA8CCA Plum

📋 copy color: '#DA8CCA'

red 218 ◦ green 140 ◦ blue 202

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

Shades of Plum #DA8CCA

Tints of Plum #DA8CCA

RGB

 RED value IS 218 (85.55% from 255) = 38.93%

 GREEN value IS 140 (55.08% from 255) = 25%

 BLUE value IS 202 (79.3% from 255) = 36.07%

R = 38.93%
G = 25%
B = 36.07%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#DA8CCA (or 0xDA8CCA) is known color: Plum. HEX triplet: DA, 8C and CA. RGB value is (218,140,202). Sum of RGB (Red+Green+Blue) = 218+140+202=560 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.93% from 560); Green value is 140 (55.08% from 255 or 25% from 560); Blue value is 202 (79.30% from 255 or 36.07% from 560); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8CCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA8CCA is #257335. Grayscale: #AAAAAA. Windows color (decimal): -2454326 or 13274330. OLE color: 13274330.

HSL color Cylindrical-coordinate representation of color #DA8CCA: hue angle of 312.31º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DA8CCA is Cyan = 0, Magento = 0.36, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 140 202 -
CMYK 0 0.36 0.07 0.15
HSL 312.31º 0.51% 0.7% -
HSV(B) 312.31º 0.36% 0.85% -
XYZ 48.95 37.93 60.62 -
YUV 170.39 145.84 161.96 -
System Red Green Blue C M Y K H S L
Decimal 218 140 202 0 0.36 0.07 0.15 312.31 0.51 0.7
Hex DA 8C CA 0 24 7 F 138 33 46
Octal 332 214 312 0 44 7 17 470 63 106
Binary 11011010 10001100 11001010 0 100100 111 1111 100111000 110011 1000110

Color Harmonies of #DA8CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8CCA

Black with #DA8CCA

Text Example


Text Example

White with #DA8CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8CCA; }

 p { color: rgb(218,140,202); }

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

background-color css

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

 a { background-color: rgb(218,140,202); }

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

border-color css

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

 span { border-color: rgb(218,140,202); }

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