Html Css Color HEX #D27EB4 Lily

📋 copy color: '#D27EB4'

red 210 ◦ green 126 ◦ blue 180

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

Shades of Lily #D27EB4

Tints of Lily #D27EB4

RGB

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

 GREEN value IS 126 (49.61% from 255) = 24.42%

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

R = 40.7%
G = 24.42%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.14

 K value IS 0.18

RGB Variations

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

Color information

#D27EB4 (or 0xD27EB4) is known color: Lily. HEX triplet: D2, 7E and B4. RGB value is (210,126,180). Sum of RGB (Red+Green+Blue) = 210+126+180=516 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.70% from 516); Green value is 126 (49.61% from 255 or 24.42% from 516); Blue value is 180 (70.70% from 255 or 34.88% from 516); Max value from RGB is 210 - color contains mainly: red. Hex color #D27EB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D27EB4 is #2D814B. Grayscale: #9D9D9D. Windows color (decimal): -2982220 or 11828946. OLE color: 11828946.

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

Color convert

RGB 210 126 180 -
CMYK 0 0.4 0.14 0.18
HSL 321.43º 0.48% 0.66% -
HSV(B) 321.43º 0.4% 0.82% -
XYZ 42.28 31.92 47.11 -
YUV 157.27 140.83 165.61 -
System Red Green Blue C M Y K H S L
Decimal 210 126 180 0 0.4 0.14 0.18 321.43 0.48 0.66
Hex D2 7E B4 0 28 E 12 141 30 42
Octal 322 176 264 0 50 16 22 501 60 102
Binary 11010010 1111110 10110100 0 101000 1110 10010 101000001 110000 1000010

Color Harmonies of #D27EB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27EB4

Black with #D27EB4

Text Example


Text Example

White with #D27EB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27EB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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