Html Css Color HEX #DA98DE Plum

📋 copy color: '#DA98DE'

red 218 ◦ green 152 ◦ blue 222

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

Shades of Plum #DA98DE

Tints of Plum #DA98DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 37.5%

R = 36.82%
G = 25.68%
B = 37.5%

CMYK

 C value IS 0.02

 M value IS 0.32

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DA98DE (or 0xDA98DE) is known color: Plum. HEX triplet: DA, 98 and DE. RGB value is (218,152,222). Sum of RGB (Red+Green+Blue) = 218+152+222=592 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.82% from 592); Green value is 152 (59.77% from 255 or 25.68% from 592); Blue value is 222 (87.11% from 255 or 37.5% from 592); Max value from RGB is 222 - color contains mainly: blue. Hex color #DA98DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA98DE is #256721. Grayscale: #B3B3B3. Windows color (decimal): -2451234 or 14588122. OLE color: 14588122.

HSL color Cylindrical-coordinate representation of color #DA98DE: hue angle of 296.57º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DA98DE is Cyan = 0.02, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 218 152 222 -
CMYK 0.02 0.32 0 0.13
HSL 296.57º 0.51% 0.73% -
HSV(B) 296.57º 0.32% 0.87% -
XYZ 53.33 42.64 74.53 -
YUV 179.71 151.87 155.31 -
System Red Green Blue C M Y K H S L
Decimal 218 152 222 0.02 0.32 0 0.13 296.57 0.51 0.73
Hex DA 98 DE 2 20 0 D 129 33 49
Octal 332 230 336 2 40 0 15 451 63 111
Binary 11011010 10011000 11011110 10 100000 0 1101 100101001 110011 1001001

Color Harmonies of #DA98DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA98DE

Black with #DA98DE

Text Example


Text Example

White with #DA98DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA98DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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