Html Css Color HEX #DA98D1 Plum

📋 copy color: '#DA98D1'

red 218 ◦ green 152 ◦ blue 209

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

Shades of Plum #DA98D1

Tints of Plum #DA98D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 36.1%

R = 37.65%
G = 26.25%
B = 36.1%

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

#DA98D1 (or 0xDA98D1) is known color: Plum. HEX triplet: DA, 98 and D1. RGB value is (218,152,209). Sum of RGB (Red+Green+Blue) = 218+152+209=579 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.65% from 579); Green value is 152 (59.77% from 255 or 26.25% from 579); Blue value is 209 (82.03% from 255 or 36.10% from 579); Max value from RGB is 218 - color contains mainly: red. Hex color #DA98D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA98D1 is #25672E. Grayscale: #B2B2B2. Windows color (decimal): -2451247 or 13736154. OLE color: 13736154.

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

Color convert

RGB 218 152 209 -
CMYK 0 0.30 0.04 0.15
HSL 308.18º 0.47% 0.73% -
HSV(B) 308.18º 0.3% 0.85% -
XYZ 51.65 41.97 65.7 -
YUV 178.23 145.37 156.37 -
System Red Green Blue C M Y K H S L
Decimal 218 152 209 0 0.30 0.04 0.15 308.18 0.47 0.73
Hex DA 98 D1 0 1E 4 F 134 2F 49
Octal 332 230 321 0 36 4 17 464 57 111
Binary 11011010 10011000 11010001 0 11110 100 1111 100110100 101111 1001001

Color Harmonies of #DA98D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA98D1

Black with #DA98D1

Text Example


Text Example

White with #DA98D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA98D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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