Html Css Color HEX #D090CA Lilac

📋 copy color: '#D090CA'

red 208 ◦ green 144 ◦ blue 202

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

Shades of Lilac #D090CA

Tints of Lilac #D090CA

RGB

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

 GREEN value IS 144 (56.64% from 255) = 25.99%

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

R = 37.55%
G = 25.99%
B = 36.46%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D090CA (or 0xD090CA) is known color: Lilac. HEX triplet: D0, 90 and CA. RGB value is (208,144,202). Sum of RGB (Red+Green+Blue) = 208+144+202=554 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.55% from 554); Green value is 144 (56.64% from 255 or 25.99% from 554); Blue value is 202 (79.30% from 255 or 36.46% from 554); Max value from RGB is 208 - color contains mainly: red. Hex color #D090CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D090CA is #2F6F35. Grayscale: #A9A9A9. Windows color (decimal): -3108662 or 13275344. OLE color: 13275344.

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

Color convert

RGB 208 144 202 -
CMYK 0 0.31 0.03 0.18
HSL 305.63º 0.41% 0.69% -
HSV(B) 305.63º 0.31% 0.82% -
XYZ 46.65 37.62 60.68 -
YUV 169.75 146.2 155.28 -
System Red Green Blue C M Y K H S L
Decimal 208 144 202 0 0.31 0.03 0.18 305.63 0.41 0.69
Hex D0 90 CA 0 1F 3 12 132 29 45
Octal 320 220 312 0 37 3 22 462 51 105
Binary 11010000 10010000 11001010 0 11111 11 10010 100110010 101001 1000101

Color Harmonies of #D090CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D090CA

Black with #D090CA

Text Example


Text Example

White with #D090CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D090CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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