Html Css Color HEX #D27FB4 Lily

📋 copy color: '#D27FB4'

red 210 ◦ green 127 ◦ blue 180

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

Shades of Lily #D27FB4

Tints of Lily #D27FB4

RGB

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

 GREEN value IS 127 (50% from 255) = 24.56%

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

R = 40.62%
G = 24.56%
B = 34.82%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.14

 K value IS 0.18

RGB Variations

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

Color information

#D27FB4 (or 0xD27FB4) is known color: Lily. HEX triplet: D2, 7F and B4. RGB value is (210,127,180). Sum of RGB (Red+Green+Blue) = 210+127+180=517 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.62% from 517); Green value is 127 (50% from 255 or 24.56% from 517); Blue value is 180 (70.70% from 255 or 34.82% from 517); Max value from RGB is 210 - color contains mainly: red. Hex color #D27FB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D27FB4 is #2D804B. Grayscale: #9D9D9D. Windows color (decimal): -2981964 or 11829202. OLE color: 11829202.

HSL color Cylindrical-coordinate representation of color #D27FB4: hue angle of 321.69º degrees, saturation: 0.48, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D27FB4 is Cyan = 0, Magento = 0.40, Yellow = 0.14 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 127 180 -
CMYK 0 0.40 0.14 0.18
HSL 321.69º 0.48% 0.66% -
HSV(B) 321.69º 0.4% 0.82% -
XYZ 42.41 32.18 47.16 -
YUV 157.86 140.5 165.19 -
System Red Green Blue C M Y K H S L
Decimal 210 127 180 0 0.40 0.14 0.18 321.69 0.48 0.66
Hex D2 7F B4 0 28 E 12 142 30 42
Octal 322 177 264 0 50 16 22 502 60 102
Binary 11010010 1111111 10110100 0 101000 1110 10010 101000010 110000 1000010

Color Harmonies of #D27FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27FB4

Black with #D27FB4

Text Example


Text Example

White with #D27FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27FB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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