Html Css Color HEX #DA9AD4 Plum

📋 copy color: '#DA9AD4'

red 218 ◦ green 154 ◦ blue 212

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

Shades of Plum #DA9AD4

Tints of Plum #DA9AD4

RGB

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

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

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

R = 37.33%
G = 26.37%
B = 36.3%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.03

 K value IS 0.15

RGB Variations

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

Color information

#DA9AD4 (or 0xDA9AD4) is known color: Plum. HEX triplet: DA, 9A and D4. RGB value is (218,154,212). Sum of RGB (Red+Green+Blue) = 218+154+212=584 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.33% from 584); Green value is 154 (60.55% from 255 or 26.37% from 584); Blue value is 212 (83.20% from 255 or 36.30% from 584); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9AD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA9AD4 is #25652B. Grayscale: #B3B3B3. Windows color (decimal): -2450732 or 13933274. OLE color: 13933274.

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

Color convert

RGB 218 154 212 -
CMYK 0 0.29 0.03 0.15
HSL 305.63º 0.46% 0.73% -
HSV(B) 305.63º 0.29% 0.85% -
XYZ 52.35 42.77 67.78 -
YUV 179.75 146.2 155.28 -
System Red Green Blue C M Y K H S L
Decimal 218 154 212 0 0.29 0.03 0.15 305.63 0.46 0.73
Hex DA 9A D4 0 1D 3 F 132 2E 49
Octal 332 232 324 0 35 3 17 462 56 111
Binary 11011010 10011010 11010100 0 11101 11 1111 100110010 101110 1001001

Color Harmonies of #DA9AD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9AD4

Black with #DA9AD4

Text Example


Text Example

White with #DA9AD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9AD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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