Html Css Color HEX #D094CB Lilac

📋 copy color: '#D094CB'

red 208 ◦ green 148 ◦ blue 203

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

Shades of Lilac #D094CB

Tints of Lilac #D094CB

RGB

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

 GREEN value IS 148 (58.2% from 255) = 26.48%

 BLUE value IS 203 (79.69% from 255) = 36.31%

R = 37.21%
G = 26.48%
B = 36.31%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D094CB (or 0xD094CB) is known color: Lilac. HEX triplet: D0, 94 and CB. RGB value is (208,148,203). Sum of RGB (Red+Green+Blue) = 208+148+203=559 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.21% from 559); Green value is 148 (58.20% from 255 or 26.48% from 559); Blue value is 203 (79.69% from 255 or 36.31% from 559); Max value from RGB is 208 - color contains mainly: red. Hex color #D094CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D094CB is #2F6B34. Grayscale: #ACACAC. Windows color (decimal): -3107637 or 13341904. OLE color: 13341904.

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

Color convert

RGB 208 148 203 -
CMYK 0 0.29 0.02 0.18
HSL 305º 0.39% 0.7% -
HSV(B) 305º 0.29% 0.82% -
XYZ 47.38 38.9 61.51 -
YUV 172.21 145.38 153.53 -
System Red Green Blue C M Y K H S L
Decimal 208 148 203 0 0.29 0.02 0.18 305 0.39 0.7
Hex D0 94 CB 0 1D 2 12 131 27 46
Octal 320 224 313 0 35 2 22 461 47 106
Binary 11010000 10010100 11001011 0 11101 10 10010 100110001 100111 1000110

Color Harmonies of #D094CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D094CB

Black with #D094CB

Text Example


Text Example

White with #D094CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D094CB; }

 p { color: rgb(208,148,203); }

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

background-color css

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

 a { background-color: rgb(208,148,203); }

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

border-color css

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

 span { border-color: rgb(208,148,203); }

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