Html Css Color HEX #D48CC0 Lily

📋 copy color: '#D48CC0'

red 212 ◦ green 140 ◦ blue 192

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

Shades of Lily #D48CC0

Tints of Lily #D48CC0

RGB

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

 GREEN value IS 140 (55.08% from 255) = 25.74%

 BLUE value IS 192 (75.39% from 255) = 35.29%

R = 38.97%
G = 25.74%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.09

 K value IS 0.17

RGB Variations

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

Color information

#D48CC0 (or 0xD48CC0) is known color: Lily. HEX triplet: D4, 8C and C0. RGB value is (212,140,192). Sum of RGB (Red+Green+Blue) = 212+140+192=544 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.97% from 544); Green value is 140 (55.08% from 255 or 25.74% from 544); Blue value is 192 (75.39% from 255 or 35.29% from 544); Max value from RGB is 212 - color contains mainly: red. Hex color #D48CC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D48CC0 is #2B733F. Grayscale: #A7A7A7. Windows color (decimal): -2847552 or 12618964. OLE color: 12618964.

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

Color convert

RGB 212 140 192 -
CMYK 0 0.34 0.09 0.17
HSL 316.67º 0.46% 0.69% -
HSV(B) 316.67º 0.34% 0.83% -
XYZ 46.04 36.56 54.5 -
YUV 167.46 141.85 159.77 -
System Red Green Blue C M Y K H S L
Decimal 212 140 192 0 0.34 0.09 0.17 316.67 0.46 0.69
Hex D4 8C C0 0 22 9 11 13D 2E 45
Octal 324 214 300 0 42 11 21 475 56 105
Binary 11010100 10001100 11000000 0 100010 1001 10001 100111101 101110 1000101

Color Harmonies of #D48CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48CC0

Black with #D48CC0

Text Example


Text Example

White with #D48CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48CC0; }

 p { color: rgb(212,140,192); }

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

background-color css

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

 a { background-color: rgb(212,140,192); }

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

border-color css

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

 span { border-color: rgb(212,140,192); }

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