Html Css Color HEX #DA96D4 Plum

📋 copy color: '#DA96D4'

red 218 ◦ green 150 ◦ blue 212

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

Shades of Plum #DA96D4

Tints of Plum #DA96D4

RGB

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

 GREEN value IS 150 (58.98% from 255) = 25.86%

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

R = 37.59%
G = 25.86%
B = 36.55%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.03

 K value IS 0.15

RGB Variations

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

Color information

#DA96D4 (or 0xDA96D4) is known color: Plum. HEX triplet: DA, 96 and D4. RGB value is (218,150,212). Sum of RGB (Red+Green+Blue) = 218+150+212=580 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.59% from 580); Green value is 150 (58.98% from 255 or 25.86% from 580); Blue value is 212 (83.20% from 255 or 36.55% from 580); Max value from RGB is 218 - color contains mainly: red. Hex color #DA96D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA96D4 is #25692B. Grayscale: #B1B1B1. Windows color (decimal): -2451756 or 13932250. OLE color: 13932250.

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

Color convert

RGB 218 150 212 -
CMYK 0 0.31 0.03 0.15
HSL 305.29º 0.48% 0.72% -
HSV(B) 305.29º 0.31% 0.85% -
XYZ 51.7 41.47 67.57 -
YUV 177.4 147.53 156.96 -
System Red Green Blue C M Y K H S L
Decimal 218 150 212 0 0.31 0.03 0.15 305.29 0.48 0.72
Hex DA 96 D4 0 1F 3 F 131 30 48
Octal 332 226 324 0 37 3 17 461 60 110
Binary 11011010 10010110 11010100 0 11111 11 1111 100110001 110000 1001000

Color Harmonies of #DA96D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA96D4

Black with #DA96D4

Text Example


Text Example

White with #DA96D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA96D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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