Html Css Color HEX #DA98DF Plum

📋 copy color: '#DA98DF'

red 218 ◦ green 152 ◦ blue 223

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

Shades of Plum #DA98DF

Tints of Plum #DA98DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 37.61%

R = 36.76%
G = 25.63%
B = 37.61%

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

#DA98DF (or 0xDA98DF) is known color: Plum. HEX triplet: DA, 98 and DF. RGB value is (218,152,223). Sum of RGB (Red+Green+Blue) = 218+152+223=593 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.76% from 593); Green value is 152 (59.77% from 255 or 25.63% from 593); Blue value is 223 (87.5% from 255 or 37.61% from 593); Max value from RGB is 223 - color contains mainly: blue. Hex color #DA98DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA98DF is #256720. Grayscale: #B3B3B3. Windows color (decimal): -2451233 or 14653658. OLE color: 14653658.

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

Color convert

RGB 218 152 223 -
CMYK 0.02 0.32 0 0.13
HSL 295.77º 0.53% 0.74% -
HSV(B) 295.77º 0.32% 0.87% -
XYZ 53.46 42.69 75.23 -
YUV 179.83 152.37 155.23 -
System Red Green Blue C M Y K H S L
Decimal 218 152 223 0.02 0.32 0 0.13 295.77 0.53 0.74
Hex DA 98 DF 2 20 0 D 128 35 4A
Octal 332 230 337 2 40 0 15 450 65 112
Binary 11011010 10011000 11011111 10 100000 0 1101 100101000 110101 1001010

Color Harmonies of #DA98DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA98DF

Black with #DA98DF

Text Example


Text Example

White with #DA98DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA98DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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