Html Css Color HEX #DA98D9 Plum

📋 copy color: '#DA98D9'

red 218 ◦ green 152 ◦ blue 217

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

Shades of Plum #DA98D9

Tints of Plum #DA98D9

RGB

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

 GREEN value IS 152 (59.77% from 255) = 25.89%

 BLUE value IS 217 (85.16% from 255) = 36.97%

R = 37.14%
G = 25.89%
B = 36.97%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.00

 K value IS 0.15

RGB Variations

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

Color information

#DA98D9 (or 0xDA98D9) is known color: Plum. HEX triplet: DA, 98 and D9. RGB value is (218,152,217). Sum of RGB (Red+Green+Blue) = 218+152+217=587 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.14% from 587); Green value is 152 (59.77% from 255 or 25.89% from 587); Blue value is 217 (85.16% from 255 or 36.97% from 587); Max value from RGB is 218 - color contains mainly: red. Hex color #DA98D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA98D9 is #256726. Grayscale: #B2B2B2. Windows color (decimal): -2451239 or 14260442. OLE color: 14260442.

HSL color Cylindrical-coordinate representation of color #DA98D9: hue angle of 300.91º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DA98D9 is Cyan = 0, Magento = 0.30, Yellow = 0.00 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 152 217 -
CMYK 0 0.30 0.00 0.15
HSL 300.91º 0.47% 0.73% -
HSV(B) 300.91º 0.3% 0.85% -
XYZ 52.67 42.37 71.05 -
YUV 179.14 149.37 155.71 -
System Red Green Blue C M Y K H S L
Decimal 218 152 217 0 0.30 0.00 0.15 300.91 0.47 0.73
Hex DA 98 D9 0 1E 0 F 12D 2F 49
Octal 332 230 331 0 36 0 17 455 57 111
Binary 11011010 10011000 11011001 0 11110 0 1111 100101101 101111 1001001

Color Harmonies of #DA98D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA98D9

Black with #DA98D9

Text Example


Text Example

White with #DA98D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA98D9; }

 p { color: rgb(218,152,217); }

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

background-color css

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

 a { background-color: rgb(218,152,217); }

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

border-color css

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

 span { border-color: rgb(218,152,217); }

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