Html Css Color HEX #DA96CF Plum

📋 copy color: '#DA96CF'

red 218 ◦ green 150 ◦ blue 207

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

Shades of Plum #DA96CF

Tints of Plum #DA96CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 36%

R = 37.91%
G = 26.09%
B = 36%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#DA96CF (or 0xDA96CF) is known color: Plum. HEX triplet: DA, 96 and CF. RGB value is (218,150,207). Sum of RGB (Red+Green+Blue) = 218+150+207=575 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.91% from 575); Green value is 150 (58.98% from 255 or 26.09% from 575); Blue value is 207 (81.25% from 255 or 36% from 575); Max value from RGB is 218 - color contains mainly: red. Hex color #DA96CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA96CF is #256930. Grayscale: #B0B0B0. Windows color (decimal): -2451761 or 13604570. OLE color: 13604570.

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

Color convert

RGB 218 150 207 -
CMYK 0 0.31 0.05 0.15
HSL 309.71º 0.48% 0.72% -
HSV(B) 309.71º 0.31% 0.85% -
XYZ 51.08 41.22 64.3 -
YUV 176.83 145.03 157.37 -
System Red Green Blue C M Y K H S L
Decimal 218 150 207 0 0.31 0.05 0.15 309.71 0.48 0.72
Hex DA 96 CF 0 1F 5 F 136 30 48
Octal 332 226 317 0 37 5 17 466 60 110
Binary 11011010 10010110 11001111 0 11111 101 1111 100110110 110000 1001000

Color Harmonies of #DA96CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA96CF

Black with #DA96CF

Text Example


Text Example

White with #DA96CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA96CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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