Html Css Color HEX #DA9ED4 Plum

📋 copy color: '#DA9ED4'

red 218 ◦ green 158 ◦ blue 212

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

Shades of Plum #DA9ED4

Tints of Plum #DA9ED4

RGB

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

 GREEN value IS 158 (62.11% from 255) = 26.87%

 BLUE value IS 212 (83.2% from 255) = 36.05%

R = 37.07%
G = 26.87%
B = 36.05%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.03

 K value IS 0.15

RGB Variations

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

Color information

#DA9ED4 (or 0xDA9ED4) is known color: Plum. HEX triplet: DA, 9E and D4. RGB value is (218,158,212). Sum of RGB (Red+Green+Blue) = 218+158+212=588 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.07% from 588); Green value is 158 (62.11% from 255 or 26.87% from 588); Blue value is 212 (83.20% from 255 or 36.05% from 588); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9ED4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA9ED4 is #25612B. Grayscale: #B5B5B5. Windows color (decimal): -2449708 or 13934298. OLE color: 13934298.

HSL color Cylindrical-coordinate representation of color #DA9ED4: hue angle of 306º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DA9ED4 is Cyan = 0, Magento = 0.28, Yellow = 0.03 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 158 212 -
CMYK 0 0.28 0.03 0.15
HSL 306º 0.45% 0.74% -
HSV(B) 306º 0.28% 0.85% -
XYZ 53.02 44.11 68.01 -
YUV 182.1 144.88 153.61 -
System Red Green Blue C M Y K H S L
Decimal 218 158 212 0 0.28 0.03 0.15 306 0.45 0.74
Hex DA 9E D4 0 1C 3 F 132 2D 4A
Octal 332 236 324 0 34 3 17 462 55 112
Binary 11011010 10011110 11010100 0 11100 11 1111 100110010 101101 1001010

Color Harmonies of #DA9ED4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9ED4

Black with #DA9ED4

Text Example


Text Example

White with #DA9ED4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9ED4; }

 p { color: rgb(218,158,212); }

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

background-color css

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

 a { background-color: rgb(218,158,212); }

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

border-color css

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

 span { border-color: rgb(218,158,212); }

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