Html Css Color HEX #D599CA Lilac

📋 copy color: '#D599CA'

red 213 ◦ green 153 ◦ blue 202

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

Shades of Lilac #D599CA

Tints of Lilac #D599CA

RGB

 RED value IS 213 (83.59% from 255) = 37.5%

 GREEN value IS 153 (60.16% from 255) = 26.94%

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

R = 37.5%
G = 26.94%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D599CA (or 0xD599CA) is known color: Lilac. HEX triplet: D5, 99 and CA. RGB value is (213,153,202). Sum of RGB (Red+Green+Blue) = 213+153+202=568 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.5% from 568); Green value is 153 (60.16% from 255 or 26.94% from 568); Blue value is 202 (79.30% from 255 or 35.56% from 568); Max value from RGB is 213 - color contains mainly: red. Hex color #D599CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D599CA is #2A6635. Grayscale: #B0B0B0. Windows color (decimal): -2778678 or 13277653. OLE color: 13277653.

HSL color Cylindrical-coordinate representation of color #D599CA: hue angle of 311º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D599CA is Cyan = 0, Magento = 0.28, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 153 202 -
CMYK 0 0.28 0.05 0.16
HSL 311º 0.42% 0.72% -
HSV(B) 311º 0.28% 0.84% -
XYZ 49.49 41.19 61.22 -
YUV 176.53 142.38 154.02 -
System Red Green Blue C M Y K H S L
Decimal 213 153 202 0 0.28 0.05 0.16 311 0.42 0.72
Hex D5 99 CA 0 1C 5 10 137 2A 48
Octal 325 231 312 0 34 5 20 467 52 110
Binary 11010101 10011001 11001010 0 11100 101 10000 100110111 101010 1001000

Color Harmonies of #D599CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D599CA

Black with #D599CA

Text Example


Text Example

White with #D599CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D599CA; }

 p { color: rgb(213,153,202); }

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

background-color css

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

 a { background-color: rgb(213,153,202); }

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

border-color css

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

 span { border-color: rgb(213,153,202); }

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