Html Css Color HEX #DA99D3 Plum

📋 copy color: '#DA99D3'

red 218 ◦ green 153 ◦ blue 211

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

Shades of Plum #DA99D3

Tints of Plum #DA99D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 36.25%

R = 37.46%
G = 26.29%
B = 36.25%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.03

 K value IS 0.15

RGB Variations

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

Color information

#DA99D3 (or 0xDA99D3) is known color: Plum. HEX triplet: DA, 99 and D3. RGB value is (218,153,211). Sum of RGB (Red+Green+Blue) = 218+153+211=582 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.46% from 582); Green value is 153 (60.16% from 255 or 26.29% from 582); Blue value is 211 (82.81% from 255 or 36.25% from 582); Max value from RGB is 218 - color contains mainly: red. Hex color #DA99D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA99D3 is #25662C. Grayscale: #B2B2B2. Windows color (decimal): -2450989 or 13867482. OLE color: 13867482.

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

Color convert

RGB 218 153 211 -
CMYK 0 0.30 0.03 0.15
HSL 306.46º 0.47% 0.73% -
HSV(B) 306.46º 0.3% 0.85% -
XYZ 52.06 42.39 67.07 -
YUV 179.05 146.03 155.78 -
System Red Green Blue C M Y K H S L
Decimal 218 153 211 0 0.30 0.03 0.15 306.46 0.47 0.73
Hex DA 99 D3 0 1E 3 F 132 2F 49
Octal 332 231 323 0 36 3 17 462 57 111
Binary 11011010 10011001 11010011 0 11110 11 1111 100110010 101111 1001001

Color Harmonies of #DA99D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA99D3

Black with #DA99D3

Text Example


Text Example

White with #DA99D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA99D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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