Html Css Color HEX #D291B4 Lily

📋 copy color: '#D291B4'

red 210 ◦ green 145 ◦ blue 180

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

Shades of Lily #D291B4

Tints of Lily #D291B4

RGB

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

 GREEN value IS 145 (57.03% from 255) = 27.1%

 BLUE value IS 180 (70.7% from 255) = 33.64%

R = 39.25%
G = 27.1%
B = 33.64%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.14

 K value IS 0.18

RGB Variations

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

Color information

#D291B4 (or 0xD291B4) is known color: Lily. HEX triplet: D2, 91 and B4. RGB value is (210,145,180). Sum of RGB (Red+Green+Blue) = 210+145+180=535 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.25% from 535); Green value is 145 (57.03% from 255 or 27.10% from 535); Blue value is 180 (70.70% from 255 or 33.64% from 535); Max value from RGB is 210 - color contains mainly: red. Hex color #D291B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D291B4 is #2D6E4B. Grayscale: #A8A8A8. Windows color (decimal): -2977356 or 11833810. OLE color: 11833810.

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

Color convert

RGB 210 145 180 -
CMYK 0 0.31 0.14 0.18
HSL 327.69º 0.42% 0.7% -
HSV(B) 327.69º 0.31% 0.82% -
XYZ 44.94 37.25 48 -
YUV 168.43 134.53 157.65 -
System Red Green Blue C M Y K H S L
Decimal 210 145 180 0 0.31 0.14 0.18 327.69 0.42 0.7
Hex D2 91 B4 0 1F E 12 148 2A 46
Octal 322 221 264 0 37 16 22 510 52 106
Binary 11010010 10010001 10110100 0 11111 1110 10010 101001000 101010 1000110

Color Harmonies of #D291B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D291B4

Black with #D291B4

Text Example


Text Example

White with #D291B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D291B4; }

 p { color: rgb(210,145,180); }

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

background-color css

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

 a { background-color: rgb(210,145,180); }

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

border-color css

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

 span { border-color: rgb(210,145,180); }

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