Html Css Color HEX #DA88DB Plum

📋 copy color: '#DA88DB'

red 218 ◦ green 136 ◦ blue 219

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

Shades of Plum #DA88DB

Tints of Plum #DA88DB

RGB

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

 GREEN value IS 136 (53.52% from 255) = 23.73%

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

R = 38.05%
G = 23.73%
B = 38.22%

CMYK

 C value IS 0.00

 M value IS 0.38

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DA88DB (or 0xDA88DB) is known color: Plum. HEX triplet: DA, 88 and DB. RGB value is (218,136,219). Sum of RGB (Red+Green+Blue) = 218+136+219=573 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.05% from 573); Green value is 136 (53.52% from 255 or 23.73% from 573); Blue value is 219 (85.94% from 255 or 38.22% from 573); Max value from RGB is 219 - color contains mainly: blue. Hex color #DA88DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA88DB is #257724. Grayscale: #A9A9A9. Windows color (decimal): -2455333 or 14387418. OLE color: 14387418.

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

Color convert

RGB 218 136 219 -
CMYK 0.00 0.38 0 0.14
HSL 299.28º 0.54% 0.7% -
HSV(B) 299.28º 0.38% 0.86% -
XYZ 50.5 37.63 71.62 -
YUV 169.98 155.67 162.25 -
System Red Green Blue C M Y K H S L
Decimal 218 136 219 0.00 0.38 0 0.14 299.28 0.54 0.7
Hex DA 88 DB 0 26 0 E 12B 36 46
Octal 332 210 333 0 46 0 16 453 66 106
Binary 11011010 10001000 11011011 0 100110 0 1110 100101011 110110 1000110

Color Harmonies of #DA88DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA88DB

Black with #DA88DB

Text Example


Text Example

White with #DA88DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA88DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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