Html Css Color HEX #DA9CE0 Plum

📋 copy color: '#DA9CE0'

red 218 ◦ green 156 ◦ blue 224

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

Shades of Plum #DA9CE0

Tints of Plum #DA9CE0

RGB

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

 GREEN value IS 156 (61.33% from 255) = 26.09%

 BLUE value IS 224 (87.89% from 255) = 37.46%

R = 36.45%
G = 26.09%
B = 37.46%

CMYK

 C value IS 0.03

 M value IS 0.30

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DA9CE0 (or 0xDA9CE0) is known color: Plum. HEX triplet: DA, 9C and E0. RGB value is (218,156,224). Sum of RGB (Red+Green+Blue) = 218+156+224=598 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.45% from 598); Green value is 156 (61.33% from 255 or 26.09% from 598); Blue value is 224 (87.89% from 255 or 37.46% from 598); Max value from RGB is 224 - color contains mainly: blue. Hex color #DA9CE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA9CE0 is #25631F. Grayscale: #B6B6B6. Windows color (decimal): -2450208 or 14720218. OLE color: 14720218.

HSL color Cylindrical-coordinate representation of color #DA9CE0: hue angle of 294.71º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DA9CE0 is Cyan = 0.03, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 218 156 224 -
CMYK 0.03 0.30 0 0.12
HSL 294.71º 0.52% 0.75% -
HSV(B) 294.71º 0.3% 0.88% -
XYZ 54.26 44.06 76.17 -
YUV 182.29 151.54 153.47 -
System Red Green Blue C M Y K H S L
Decimal 218 156 224 0.03 0.30 0 0.12 294.71 0.52 0.75
Hex DA 9C E0 3 1E 0 C 127 34 4B
Octal 332 234 340 3 36 0 14 447 64 113
Binary 11011010 10011100 11100000 11 11110 0 1100 100100111 110100 1001011

Color Harmonies of #DA9CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9CE0

Black with #DA9CE0

Text Example


Text Example

White with #DA9CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9CE0; }

 p { color: rgb(218,156,224); }

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

background-color css

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

 a { background-color: rgb(218,156,224); }

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

border-color css

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

 span { border-color: rgb(218,156,224); }

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