Html Css Color HEX #DA96CE Plum

📋 copy color: '#DA96CE'

red 218 ◦ green 150 ◦ blue 206

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

Shades of Plum #DA96CE

Tints of Plum #DA96CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 35.89%

R = 37.98%
G = 26.13%
B = 35.89%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#DA96CE (or 0xDA96CE) is known color: Plum. HEX triplet: DA, 96 and CE. RGB value is (218,150,206). Sum of RGB (Red+Green+Blue) = 218+150+206=574 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.98% from 574); Green value is 150 (58.98% from 255 or 26.13% from 574); Blue value is 206 (80.86% from 255 or 35.89% from 574); Max value from RGB is 218 - color contains mainly: red. Hex color #DA96CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA96CE is #256931. Grayscale: #B0B0B0. Windows color (decimal): -2451762 or 13539034. OLE color: 13539034.

HSL color Cylindrical-coordinate representation of color #DA96CE: hue angle of 310.59º 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 #DA96CE is Cyan = 0, Magento = 0.31, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 150 206 -
CMYK 0 0.31 0.06 0.15
HSL 310.59º 0.48% 0.72% -
HSV(B) 310.59º 0.31% 0.85% -
XYZ 50.96 41.17 63.65 -
YUV 176.72 144.53 157.45 -
System Red Green Blue C M Y K H S L
Decimal 218 150 206 0 0.31 0.06 0.15 310.59 0.48 0.72
Hex DA 96 CE 0 1F 6 F 137 30 48
Octal 332 226 316 0 37 6 17 467 60 110
Binary 11011010 10010110 11001110 0 11111 110 1111 100110111 110000 1001000

Color Harmonies of #DA96CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA96CE

Black with #DA96CE

Text Example


Text Example

White with #DA96CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA96CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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