Html Css Color HEX #D290CE Lilac

📋 copy color: '#D290CE'

red 210 ◦ green 144 ◦ blue 206

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

Shades of Lilac #D290CE

Tints of Lilac #D290CE

RGB

 RED value IS 210 (82.42% from 255) = 37.5%

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

 BLUE value IS 206 (80.86% from 255) = 36.79%

R = 37.5%
G = 25.71%
B = 36.79%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D290CE (or 0xD290CE) is known color: Lilac. HEX triplet: D2, 90 and CE. RGB value is (210,144,206). Sum of RGB (Red+Green+Blue) = 210+144+206=560 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.5% from 560); Green value is 144 (56.64% from 255 or 25.71% from 560); Blue value is 206 (80.86% from 255 or 36.79% from 560); Max value from RGB is 210 - color contains mainly: red. Hex color #D290CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D290CE is #2D6F31. Grayscale: #AAAAAA. Windows color (decimal): -2977586 or 13537490. OLE color: 13537490.

HSL color Cylindrical-coordinate representation of color #D290CE: hue angle of 303.64º degrees, saturation: 0.42, 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 #D290CE is Cyan = 0, Magento = 0.31, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 144 206 -
CMYK 0 0.31 0.02 0.18
HSL 303.64º 0.42% 0.69% -
HSV(B) 303.64º 0.31% 0.82% -
XYZ 47.69 38.1 63.23 -
YUV 170.8 147.87 155.96 -
System Red Green Blue C M Y K H S L
Decimal 210 144 206 0 0.31 0.02 0.18 303.64 0.42 0.69
Hex D2 90 CE 0 1F 2 12 130 2A 45
Octal 322 220 316 0 37 2 22 460 52 105
Binary 11010010 10010000 11001110 0 11111 10 10010 100110000 101010 1000101

Color Harmonies of #D290CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D290CE

Black with #D290CE

Text Example


Text Example

White with #D290CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D290CE; }

 p { color: rgb(210,144,206); }

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

background-color css

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

 a { background-color: rgb(210,144,206); }

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

border-color css

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

 span { border-color: rgb(210,144,206); }

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