Html Css Color HEX #DA98DA Plum

📋 copy color: '#DA98DA'

red 218 ◦ green 152 ◦ blue 218

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

Shades of Plum #DA98DA

Tints of Plum #DA98DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 37.07%

R = 37.07%
G = 25.85%
B = 37.07%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#DA98DA (or 0xDA98DA) is known color: Plum. HEX triplet: DA, 98 and DA. RGB value is (218,152,218). Sum of RGB (Red+Green+Blue) = 218+152+218=588 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.07% from 588); Green value is 152 (59.77% from 255 or 25.85% from 588); Blue value is 218 (85.55% from 255 or 37.07% from 588); Max value from RGB is 218 - color contains mainly: red, blue. Hex color #DA98DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA98DA is #256725. Grayscale: #B3B3B3. Windows color (decimal): -2451238 or 14325978. OLE color: 14325978.

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

Color convert

RGB 218 152 218 -
CMYK 0 0.30 0 0.15
HSL 300º 0.47% 0.73% -
HSV(B) 300º 0.3% 0.85% -
XYZ 52.8 42.42 71.74 -
YUV 179.26 149.87 155.63 -
System Red Green Blue C M Y K H S L
Decimal 218 152 218 0 0.30 0 0.15 300 0.47 0.73
Hex DA 98 DA 0 1E 0 F 12C 2F 49
Octal 332 230 332 0 36 0 17 454 57 111
Binary 11011010 10011000 11011010 0 11110 0 1111 100101100 101111 1001001

Color Harmonies of #DA98DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA98DA

Black with #DA98DA

Text Example


Text Example

White with #DA98DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA98DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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