Html Css Color HEX #DA98E6 Plum

📋 copy color: '#DA98E6'

red 218 ◦ green 152 ◦ blue 230

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

Shades of Plum #DA98E6

Tints of Plum #DA98E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 38.33%

R = 36.33%
G = 25.33%
B = 38.33%

CMYK

 C value IS 0.05

 M value IS 0.34

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DA98E6 (or 0xDA98E6) is known color: Plum. HEX triplet: DA, 98 and E6. RGB value is (218,152,230). Sum of RGB (Red+Green+Blue) = 218+152+230=600 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.33% from 600); Green value is 152 (59.77% from 255 or 25.33% from 600); Blue value is 230 (90.23% from 255 or 38.33% from 600); Max value from RGB is 230 - color contains mainly: blue. Hex color #DA98E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA98E6 is #256719. Grayscale: #B4B4B4. Windows color (decimal): -2451226 or 15112410. OLE color: 15112410.

HSL color Cylindrical-coordinate representation of color #DA98E6: hue angle of 290.77º degrees, saturation: 0.61, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DA98E6 is Cyan = 0.05, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 218 152 230 -
CMYK 0.05 0.34 0 0.10
HSL 290.77º 0.61% 0.75% -
HSV(B) 290.77º 0.34% 0.9% -
XYZ 54.42 43.08 80.31 -
YUV 180.63 155.87 154.66 -
System Red Green Blue C M Y K H S L
Decimal 218 152 230 0.05 0.34 0 0.10 290.77 0.61 0.75
Hex DA 98 E6 5 22 0 A 123 3D 4B
Octal 332 230 346 5 42 0 12 443 75 113
Binary 11011010 10011000 11100110 101 100010 0 1010 100100011 111101 1001011

Color Harmonies of #DA98E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA98E6

Black with #DA98E6

Text Example


Text Example

White with #DA98E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA98E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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