Html Css Color HEX #DA99D0 Plum

📋 copy color: '#DA99D0'

red 218 ◦ green 153 ◦ blue 208

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

Shades of Plum #DA99D0

Tints of Plum #DA99D0

RGB

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

 GREEN value IS 153 (60.16% from 255) = 26.42%

 BLUE value IS 208 (81.64% from 255) = 35.92%

R = 37.65%
G = 26.42%
B = 35.92%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#DA99D0 (or 0xDA99D0) is known color: Plum. HEX triplet: DA, 99 and D0. RGB value is (218,153,208). Sum of RGB (Red+Green+Blue) = 218+153+208=579 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.65% from 579); Green value is 153 (60.16% from 255 or 26.42% from 579); Blue value is 208 (81.64% from 255 or 35.92% from 579); Max value from RGB is 218 - color contains mainly: red. Hex color #DA99D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA99D0 is #25662F. Grayscale: #B2B2B2. Windows color (decimal): -2450992 or 13670874. OLE color: 13670874.

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

Color convert

RGB 218 153 208 -
CMYK 0 0.30 0.05 0.15
HSL 309.23º 0.47% 0.73% -
HSV(B) 309.23º 0.3% 0.85% -
XYZ 51.69 42.24 65.1 -
YUV 178.71 144.53 156.03 -
System Red Green Blue C M Y K H S L
Decimal 218 153 208 0 0.30 0.05 0.15 309.23 0.47 0.73
Hex DA 99 D0 0 1E 5 F 135 2F 49
Octal 332 231 320 0 36 5 17 465 57 111
Binary 11011010 10011001 11010000 0 11110 101 1111 100110101 101111 1001001

Color Harmonies of #DA99D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA99D0

Black with #DA99D0

Text Example


Text Example

White with #DA99D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA99D0; }

 p { color: rgb(218,153,208); }

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

background-color css

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

 a { background-color: rgb(218,153,208); }

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

border-color css

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

 span { border-color: rgb(218,153,208); }

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