Html Css Color HEX #DA8CDE Plum

📋 copy color: '#DA8CDE'

red 218 ◦ green 140 ◦ blue 222

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

Shades of Plum #DA8CDE

Tints of Plum #DA8CDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 38.28%

R = 37.59%
G = 24.14%
B = 38.28%

CMYK

 C value IS 0.02

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DA8CDE (or 0xDA8CDE) is known color: Plum. HEX triplet: DA, 8C and DE. RGB value is (218,140,222). Sum of RGB (Red+Green+Blue) = 218+140+222=580 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.59% from 580); Green value is 140 (55.08% from 255 or 24.14% from 580); Blue value is 222 (87.11% from 255 or 38.28% from 580); Max value from RGB is 222 - color contains mainly: blue. Hex color #DA8CDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA8CDE is #257321. Grayscale: #ACACAC. Windows color (decimal): -2454306 or 14585050. OLE color: 14585050.

HSL color Cylindrical-coordinate representation of color #DA8CDE: hue angle of 297.07º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DA8CDE is Cyan = 0.02, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 218 140 222 -
CMYK 0.02 0.37 0 0.13
HSL 297.07º 0.55% 0.71% -
HSV(B) 297.07º 0.37% 0.87% -
XYZ 51.48 38.94 73.91 -
YUV 172.67 155.84 160.33 -
System Red Green Blue C M Y K H S L
Decimal 218 140 222 0.02 0.37 0 0.13 297.07 0.55 0.71
Hex DA 8C DE 2 25 0 D 129 37 47
Octal 332 214 336 2 45 0 15 451 67 107
Binary 11011010 10001100 11011110 10 100101 0 1101 100101001 110111 1000111

Color Harmonies of #DA8CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8CDE

Black with #DA8CDE

Text Example


Text Example

White with #DA8CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8CDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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