Html Css Color HEX #D27CB5 Lily

📋 copy color: '#D27CB5'

red 210 ◦ green 124 ◦ blue 181

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

Shades of Lily #D27CB5

Tints of Lily #D27CB5

RGB

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

 GREEN value IS 124 (48.83% from 255) = 24.08%

 BLUE value IS 181 (71.09% from 255) = 35.15%

R = 40.78%
G = 24.08%
B = 35.15%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.14

 K value IS 0.18

RGB Variations

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

Color information

#D27CB5 (or 0xD27CB5) is known color: Lily. HEX triplet: D2, 7C and B5. RGB value is (210,124,181). Sum of RGB (Red+Green+Blue) = 210+124+181=515 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.78% from 515); Green value is 124 (48.83% from 255 or 24.08% from 515); Blue value is 181 (71.09% from 255 or 35.15% from 515); Max value from RGB is 210 - color contains mainly: red. Hex color #D27CB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D27CB5 is #2D834A. Grayscale: #9C9C9C. Windows color (decimal): -2982731 or 11893970. OLE color: 11893970.

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

Color convert

RGB 210 124 181 -
CMYK 0 0.41 0.14 0.18
HSL 320.23º 0.49% 0.65% -
HSV(B) 320.23º 0.41% 0.82% -
XYZ 42.13 31.45 47.57 -
YUV 156.21 141.99 166.37 -
System Red Green Blue C M Y K H S L
Decimal 210 124 181 0 0.41 0.14 0.18 320.23 0.49 0.65
Hex D2 7C B5 0 29 E 12 140 31 41
Octal 322 174 265 0 51 16 22 500 61 101
Binary 11010010 1111100 10110101 0 101001 1110 10010 101000000 110001 1000001

Color Harmonies of #D27CB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27CB5

Black with #D27CB5

Text Example


Text Example

White with #D27CB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27CB5; }

 p { color: rgb(210,124,181); }

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

background-color css

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

 a { background-color: rgb(210,124,181); }

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

border-color css

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

 span { border-color: rgb(210,124,181); }

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