Html Css Color HEX #D48EC2 Lily

📋 copy color: '#D48EC2'

red 212 ◦ green 142 ◦ blue 194

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

Shades of Lily #D48EC2

Tints of Lily #D48EC2

RGB

 RED value IS 212 (83.2% from 255) = 38.69%

 GREEN value IS 142 (55.86% from 255) = 25.91%

 BLUE value IS 194 (76.17% from 255) = 35.4%

R = 38.69%
G = 25.91%
B = 35.4%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.08

 K value IS 0.17

RGB Variations

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

Color information

#D48EC2 (or 0xD48EC2) is known color: Lily. HEX triplet: D4, 8E and C2. RGB value is (212,142,194). Sum of RGB (Red+Green+Blue) = 212+142+194=548 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.69% from 548); Green value is 142 (55.86% from 255 or 25.91% from 548); Blue value is 194 (76.17% from 255 or 35.40% from 548); Max value from RGB is 212 - color contains mainly: red. Hex color #D48EC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D48EC2 is #2B713D. Grayscale: #A8A8A8. Windows color (decimal): -2847038 or 12750548. OLE color: 12750548.

HSL color Cylindrical-coordinate representation of color #D48EC2: hue angle of 315.43º degrees, saturation: 0.45, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D48EC2 is Cyan = 0, Magento = 0.33, Yellow = 0.08 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 142 194 -
CMYK 0 0.33 0.08 0.17
HSL 315.43º 0.45% 0.69% -
HSV(B) 315.43º 0.33% 0.83% -
XYZ 46.56 37.24 55.77 -
YUV 168.86 142.19 158.77 -
System Red Green Blue C M Y K H S L
Decimal 212 142 194 0 0.33 0.08 0.17 315.43 0.45 0.69
Hex D4 8E C2 0 21 8 11 13B 2D 45
Octal 324 216 302 0 41 10 21 473 55 105
Binary 11010100 10001110 11000010 0 100001 1000 10001 100111011 101101 1000101

Color Harmonies of #D48EC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48EC2

Black with #D48EC2

Text Example


Text Example

White with #D48EC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48EC2; }

 p { color: rgb(212,142,194); }

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

background-color css

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

 a { background-color: rgb(212,142,194); }

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

border-color css

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

 span { border-color: rgb(212,142,194); }

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