Html Css Color HEX #D27DB4 Lily

📋 copy color: '#D27DB4'

red 210 ◦ green 125 ◦ blue 180

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

Shades of Lily #D27DB4

Tints of Lily #D27DB4

RGB

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

 GREEN value IS 125 (49.22% from 255) = 24.27%

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

R = 40.78%
G = 24.27%
B = 34.95%

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

#D27DB4 (or 0xD27DB4) is known color: Lily. HEX triplet: D2, 7D and B4. RGB value is (210,125,180). Sum of RGB (Red+Green+Blue) = 210+125+180=515 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.78% from 515); Green value is 125 (49.22% from 255 or 24.27% from 515); Blue value is 180 (70.70% from 255 or 34.95% from 515); Max value from RGB is 210 - color contains mainly: red. Hex color #D27DB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D27DB4 is #2D824B. Grayscale: #9C9C9C. Windows color (decimal): -2982476 or 11828690. OLE color: 11828690.

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

Color convert

RGB 210 125 180 -
CMYK 0 0.40 0.14 0.18
HSL 321.18º 0.49% 0.66% -
HSV(B) 321.18º 0.4% 0.82% -
XYZ 42.15 31.66 47.07 -
YUV 156.69 141.16 166.03 -
System Red Green Blue C M Y K H S L
Decimal 210 125 180 0 0.40 0.14 0.18 321.18 0.49 0.66
Hex D2 7D B4 0 28 E 12 141 31 42
Octal 322 175 264 0 50 16 22 501 61 102
Binary 11010010 1111101 10110100 0 101000 1110 10010 101000001 110001 1000010

Color Harmonies of #D27DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27DB4

Black with #D27DB4

Text Example


Text Example

White with #D27DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27DB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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