Html Css Color HEX #D290B3 Lily

📋 copy color: '#D290B3'

red 210 ◦ green 144 ◦ blue 179

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

Shades of Lily #D290B3

Tints of Lily #D290B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 33.58%

R = 39.4%
G = 27.02%
B = 33.58%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.15

 K value IS 0.18

RGB Variations

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

Color information

#D290B3 (or 0xD290B3) is known color: Lily. HEX triplet: D2, 90 and B3. RGB value is (210,144,179). Sum of RGB (Red+Green+Blue) = 210+144+179=533 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.40% from 533); Green value is 144 (56.64% from 255 or 27.02% from 533); Blue value is 179 (70.31% from 255 or 33.58% from 533); Max value from RGB is 210 - color contains mainly: red. Hex color #D290B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D290B3 is #2D6F4C. Grayscale: #A7A7A7. Windows color (decimal): -2977613 or 11768018. OLE color: 11768018.

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

Color convert

RGB 210 144 179 -
CMYK 0 0.31 0.15 0.18
HSL 328.18º 0.42% 0.69% -
HSV(B) 328.18º 0.31% 0.82% -
XYZ 44.69 36.9 47.42 -
YUV 167.72 134.37 158.15 -
System Red Green Blue C M Y K H S L
Decimal 210 144 179 0 0.31 0.15 0.18 328.18 0.42 0.69
Hex D2 90 B3 0 1F F 12 148 2A 45
Octal 322 220 263 0 37 17 22 510 52 105
Binary 11010010 10010000 10110011 0 11111 1111 10010 101001000 101010 1000101

Color Harmonies of #D290B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D290B3

Black with #D290B3

Text Example


Text Example

White with #D290B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D290B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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