Html Css Color HEX #D088CA Lilac

📋 copy color: '#D088CA'

red 208 ◦ green 136 ◦ blue 202

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

Shades of Lilac #D088CA

Tints of Lilac #D088CA

RGB

 RED value IS 208 (81.64% from 255) = 38.1%

 GREEN value IS 136 (53.52% from 255) = 24.91%

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

R = 38.1%
G = 24.91%
B = 37%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D088CA (or 0xD088CA) is known color: Lilac. HEX triplet: D0, 88 and CA. RGB value is (208,136,202). Sum of RGB (Red+Green+Blue) = 208+136+202=546 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.10% from 546); Green value is 136 (53.52% from 255 or 24.91% from 546); Blue value is 202 (79.30% from 255 or 37.00% from 546); Max value from RGB is 208 - color contains mainly: red. Hex color #D088CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D088CA is #2F7735. Grayscale: #A4A4A4. Windows color (decimal): -3110710 or 13273296. OLE color: 13273296.

HSL color Cylindrical-coordinate representation of color #D088CA: hue angle of 305º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D088CA is Cyan = 0, Magento = 0.35, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 136 202 -
CMYK 0 0.35 0.03 0.18
HSL 305º 0.43% 0.67% -
HSV(B) 305º 0.35% 0.82% -
XYZ 45.48 35.28 60.29 -
YUV 165.05 148.85 158.63 -
System Red Green Blue C M Y K H S L
Decimal 208 136 202 0 0.35 0.03 0.18 305 0.43 0.67
Hex D0 88 CA 0 23 3 12 131 2B 43
Octal 320 210 312 0 43 3 22 461 53 103
Binary 11010000 10001000 11001010 0 100011 11 10010 100110001 101011 1000011

Color Harmonies of #D088CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D088CA

Black with #D088CA

Text Example


Text Example

White with #D088CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D088CA; }

 p { color: rgb(208,136,202); }

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

background-color css

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

 a { background-color: rgb(208,136,202); }

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

border-color css

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

 span { border-color: rgb(208,136,202); }

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