Html Css Color HEX #D38AB7 Lily

📋 copy color: '#D38AB7'

red 211 ◦ green 138 ◦ blue 183

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

Shades of Lily #D38AB7

Tints of Lily #D38AB7

RGB

 RED value IS 211 (82.81% from 255) = 39.66%

 GREEN value IS 138 (54.3% from 255) = 25.94%

 BLUE value IS 183 (71.88% from 255) = 34.4%

R = 39.66%
G = 25.94%
B = 34.4%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.13

 K value IS 0.17

RGB Variations

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

Color information

#D38AB7 (or 0xD38AB7) is known color: Lily. HEX triplet: D3, 8A and B7. RGB value is (211,138,183). Sum of RGB (Red+Green+Blue) = 211+138+183=532 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.66% from 532); Green value is 138 (54.30% from 255 or 25.94% from 532); Blue value is 183 (71.88% from 255 or 34.40% from 532); Max value from RGB is 211 - color contains mainly: red. Hex color #D38AB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D38AB7 is #2C7548. Grayscale: #A4A4A4. Windows color (decimal): -2913609 or 12028627. OLE color: 12028627.

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

Color convert

RGB 211 138 183 -
CMYK 0 0.35 0.13 0.17
HSL 323.01º 0.45% 0.68% -
HSV(B) 323.01º 0.35% 0.83% -
XYZ 44.5 35.44 49.3 -
YUV 164.96 138.18 160.84 -
System Red Green Blue C M Y K H S L
Decimal 211 138 183 0 0.35 0.13 0.17 323.01 0.45 0.68
Hex D3 8A B7 0 23 D 11 143 2D 44
Octal 323 212 267 0 43 15 21 503 55 104
Binary 11010011 10001010 10110111 0 100011 1101 10001 101000011 101101 1000100

Color Harmonies of #D38AB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38AB7

Black with #D38AB7

Text Example


Text Example

White with #D38AB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38AB7; }

 p { color: rgb(211,138,183); }

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

background-color css

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

 a { background-color: rgb(211,138,183); }

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

border-color css

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

 span { border-color: rgb(211,138,183); }

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