Html Css Color HEX #DA96CA Plum

📋 copy color: '#DA96CA'

red 218 ◦ green 150 ◦ blue 202

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

Shades of Plum #DA96CA

Tints of Plum #DA96CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 35.44%

R = 38.25%
G = 26.32%
B = 35.44%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#DA96CA (or 0xDA96CA) is known color: Plum. HEX triplet: DA, 96 and CA. RGB value is (218,150,202). Sum of RGB (Red+Green+Blue) = 218+150+202=570 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.25% from 570); Green value is 150 (58.98% from 255 or 26.32% from 570); Blue value is 202 (79.30% from 255 or 35.44% from 570); Max value from RGB is 218 - color contains mainly: red. Hex color #DA96CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA96CA is #256935. Grayscale: #B0B0B0. Windows color (decimal): -2451766 or 13276890. OLE color: 13276890.

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

Color convert

RGB 218 150 202 -
CMYK 0 0.31 0.07 0.15
HSL 314.12º 0.48% 0.72% -
HSV(B) 314.12º 0.31% 0.85% -
XYZ 50.48 40.98 61.13 -
YUV 176.26 142.53 157.77 -
System Red Green Blue C M Y K H S L
Decimal 218 150 202 0 0.31 0.07 0.15 314.12 0.48 0.72
Hex DA 96 CA 0 1F 7 F 13A 30 48
Octal 332 226 312 0 37 7 17 472 60 110
Binary 11011010 10010110 11001010 0 11111 111 1111 100111010 110000 1001000

Color Harmonies of #DA96CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA96CA

Black with #DA96CA

Text Example


Text Example

White with #DA96CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA96CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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