Html Css Color HEX #DA98DB Plum

📋 copy color: '#DA98DB'

red 218 ◦ green 152 ◦ blue 219

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

Shades of Plum #DA98DB

Tints of Plum #DA98DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 37.18%

R = 37.01%
G = 25.81%
B = 37.18%

CMYK

 C value IS 0.00

 M value IS 0.31

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DA98DB (or 0xDA98DB) is known color: Plum. HEX triplet: DA, 98 and DB. RGB value is (218,152,219). Sum of RGB (Red+Green+Blue) = 218+152+219=589 (78% of max value = 765). Red value is 218 (85.55% from 255 or 37.01% from 589); Green value is 152 (59.77% from 255 or 25.81% from 589); Blue value is 219 (85.94% from 255 or 37.18% from 589); Max value from RGB is 219 - color contains mainly: blue. Hex color #DA98DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA98DB is #256724. Grayscale: #B3B3B3. Windows color (decimal): -2451237 or 14391514. OLE color: 14391514.

HSL color Cylindrical-coordinate representation of color #DA98DB: hue angle of 299.1º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DA98DB is Cyan = 0.00, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 218 152 219 -
CMYK 0.00 0.31 0 0.14
HSL 299.1º 0.48% 0.73% -
HSV(B) 299.1º 0.31% 0.86% -
XYZ 52.93 42.48 72.43 -
YUV 179.37 150.37 155.55 -
System Red Green Blue C M Y K H S L
Decimal 218 152 219 0.00 0.31 0 0.14 299.1 0.48 0.73
Hex DA 98 DB 0 1F 0 E 12B 30 49
Octal 332 230 333 0 37 0 16 453 60 111
Binary 11011010 10011000 11011011 0 11111 0 1110 100101011 110000 1001001

Color Harmonies of #DA98DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA98DB

Black with #DA98DB

Text Example


Text Example

White with #DA98DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA98DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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