Html Css Color HEX #DA98E0 Plum

📋 copy color: '#DA98E0'

red 218 ◦ green 152 ◦ blue 224

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

Shades of Plum #DA98E0

Tints of Plum #DA98E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 37.71%

R = 36.7%
G = 25.59%
B = 37.71%

CMYK

 C value IS 0.03

 M value IS 0.32

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DA98E0 (or 0xDA98E0) is known color: Plum. HEX triplet: DA, 98 and E0. RGB value is (218,152,224). Sum of RGB (Red+Green+Blue) = 218+152+224=594 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.70% from 594); Green value is 152 (59.77% from 255 or 25.59% from 594); Blue value is 224 (87.89% from 255 or 37.71% from 594); Max value from RGB is 224 - color contains mainly: blue. Hex color #DA98E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA98E0 is #25671F. Grayscale: #B3B3B3. Windows color (decimal): -2451232 or 14719194. OLE color: 14719194.

HSL color Cylindrical-coordinate representation of color #DA98E0: hue angle of 295º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DA98E0 is Cyan = 0.03, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 218 152 224 -
CMYK 0.03 0.32 0 0.12
HSL 295º 0.54% 0.74% -
HSV(B) 295º 0.32% 0.88% -
XYZ 53.6 42.74 75.95 -
YUV 179.94 152.87 155.15 -
System Red Green Blue C M Y K H S L
Decimal 218 152 224 0.03 0.32 0 0.12 295 0.54 0.74
Hex DA 98 E0 3 20 0 C 127 36 4A
Octal 332 230 340 3 40 0 14 447 66 112
Binary 11011010 10011000 11100000 11 100000 0 1100 100100111 110110 1001010

Color Harmonies of #DA98E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA98E0

Black with #DA98E0

Text Example


Text Example

White with #DA98E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA98E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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