Html Css Color HEX #DA98CA Lilac

📋 copy color: '#DA98CA'

red 218 ◦ green 152 ◦ blue 202

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

Shades of Lilac #DA98CA

Tints of Lilac #DA98CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 35.31%

R = 38.11%
G = 26.57%
B = 35.31%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#DA98CA (or 0xDA98CA) is known color: Lilac. HEX triplet: DA, 98 and CA. RGB value is (218,152,202). Sum of RGB (Red+Green+Blue) = 218+152+202=572 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.11% from 572); Green value is 152 (59.77% from 255 or 26.57% from 572); Blue value is 202 (79.30% from 255 or 35.31% from 572); Max value from RGB is 218 - color contains mainly: red. Hex color #DA98CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA98CA is #256735. Grayscale: #B1B1B1. Windows color (decimal): -2451254 or 13277402. OLE color: 13277402.

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

Color convert

RGB 218 152 202 -
CMYK 0 0.30 0.07 0.15
HSL 314.55º 0.47% 0.73% -
HSV(B) 314.55º 0.3% 0.85% -
XYZ 50.8 41.63 61.23 -
YUV 177.43 141.87 156.93 -
System Red Green Blue C M Y K H S L
Decimal 218 152 202 0 0.30 0.07 0.15 314.55 0.47 0.73
Hex DA 98 CA 0 1E 7 F 13B 2F 49
Octal 332 230 312 0 36 7 17 473 57 111
Binary 11011010 10011000 11001010 0 11110 111 1111 100111011 101111 1001001

Color Harmonies of #DA98CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA98CA

Black with #DA98CA

Text Example


Text Example

White with #DA98CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA98CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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