Html Css Color HEX #D290CF Lilac

📋 copy color: '#D290CF'

red 210 ◦ green 144 ◦ blue 207

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

Shades of Lilac #D290CF

Tints of Lilac #D290CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 36.9%

R = 37.43%
G = 25.67%
B = 36.9%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D290CF (or 0xD290CF) is known color: Lilac. HEX triplet: D2, 90 and CF. RGB value is (210,144,207). Sum of RGB (Red+Green+Blue) = 210+144+207=561 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.43% from 561); Green value is 144 (56.64% from 255 or 25.67% from 561); Blue value is 207 (81.25% from 255 or 36.90% from 561); Max value from RGB is 210 - color contains mainly: red. Hex color #D290CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D290CF is #2D6F30. Grayscale: #AAAAAA. Windows color (decimal): -2977585 or 13603026. OLE color: 13603026.

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

Color convert

RGB 210 144 207 -
CMYK 0 0.31 0.01 0.18
HSL 302.73º 0.42% 0.69% -
HSV(B) 302.73º 0.31% 0.82% -
XYZ 47.81 38.15 63.88 -
YUV 170.92 148.37 155.88 -
System Red Green Blue C M Y K H S L
Decimal 210 144 207 0 0.31 0.01 0.18 302.73 0.42 0.69
Hex D2 90 CF 0 1F 1 12 12F 2A 45
Octal 322 220 317 0 37 1 22 457 52 105
Binary 11010010 10010000 11001111 0 11111 1 10010 100101111 101010 1000101

Color Harmonies of #D290CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D290CF

Black with #D290CF

Text Example


Text Example

White with #D290CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D290CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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