Html Css Color HEX #D098CB Lilac

📋 copy color: '#D098CB'

red 208 ◦ green 152 ◦ blue 203

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

Shades of Lilac #D098CB

Tints of Lilac #D098CB

RGB

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

 GREEN value IS 152 (59.77% from 255) = 27%

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

R = 36.94%
G = 27%
B = 36.06%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D098CB (or 0xD098CB) is known color: Lilac. HEX triplet: D0, 98 and CB. RGB value is (208,152,203). Sum of RGB (Red+Green+Blue) = 208+152+203=563 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.94% from 563); Green value is 152 (59.77% from 255 or 27.00% from 563); Blue value is 203 (79.69% from 255 or 36.06% from 563); Max value from RGB is 208 - color contains mainly: red. Hex color #D098CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D098CB is #2F6734. Grayscale: #AEAEAE. Windows color (decimal): -3106613 or 13342928. OLE color: 13342928.

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

Color convert

RGB 208 152 203 -
CMYK 0 0.27 0.02 0.18
HSL 305.36º 0.37% 0.71% -
HSV(B) 305.36º 0.27% 0.82% -
XYZ 48.02 40.18 61.72 -
YUV 174.56 144.05 151.85 -
System Red Green Blue C M Y K H S L
Decimal 208 152 203 0 0.27 0.02 0.18 305.36 0.37 0.71
Hex D0 98 CB 0 1B 2 12 131 25 47
Octal 320 230 313 0 33 2 22 461 45 107
Binary 11010000 10011000 11001011 0 11011 10 10010 100110001 100101 1000111

Color Harmonies of #D098CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D098CB

Black with #D098CB

Text Example


Text Example

White with #D098CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D098CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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