Html Css Color HEX #DA98D2 Plum

📋 copy color: '#DA98D2'

red 218 ◦ green 152 ◦ blue 210

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

Shades of Plum #DA98D2

Tints of Plum #DA98D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 36.21%

R = 37.59%
G = 26.21%
B = 36.21%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#DA98D2 (or 0xDA98D2) is known color: Plum. HEX triplet: DA, 98 and D2. RGB value is (218,152,210). Sum of RGB (Red+Green+Blue) = 218+152+210=580 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.59% from 580); Green value is 152 (59.77% from 255 or 26.21% from 580); Blue value is 210 (82.42% from 255 or 36.21% from 580); Max value from RGB is 218 - color contains mainly: red. Hex color #DA98D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA98D2 is #25672D. Grayscale: #B2B2B2. Windows color (decimal): -2451246 or 13801690. OLE color: 13801690.

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

Color convert

RGB 218 152 210 -
CMYK 0 0.30 0.04 0.15
HSL 307.27º 0.47% 0.73% -
HSV(B) 307.27º 0.3% 0.85% -
XYZ 51.77 42.02 66.35 -
YUV 178.35 145.87 156.28 -
System Red Green Blue C M Y K H S L
Decimal 218 152 210 0 0.30 0.04 0.15 307.27 0.47 0.73
Hex DA 98 D2 0 1E 4 F 133 2F 49
Octal 332 230 322 0 36 4 17 463 57 111
Binary 11011010 10011000 11010010 0 11110 100 1111 100110011 101111 1001001

Color Harmonies of #DA98D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA98D2

Black with #DA98D2

Text Example


Text Example

White with #DA98D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA98D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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