Html Css Color HEX #D383BA Lily

📋 copy color: '#D383BA'

red 211 ◦ green 131 ◦ blue 186

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

Shades of Lily #D383BA

Tints of Lily #D383BA

RGB

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

 GREEN value IS 131 (51.56% from 255) = 24.81%

 BLUE value IS 186 (73.05% from 255) = 35.23%

R = 39.96%
G = 24.81%
B = 35.23%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.12

 K value IS 0.17

RGB Variations

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

Color information

#D383BA (or 0xD383BA) is known color: Lily. HEX triplet: D3, 83 and BA. RGB value is (211,131,186). Sum of RGB (Red+Green+Blue) = 211+131+186=528 (69% of max value = 765). Red value is 211 (82.81% from 255 or 39.96% from 528); Green value is 131 (51.56% from 255 or 24.81% from 528); Blue value is 186 (73.05% from 255 or 35.23% from 528); Max value from RGB is 211 - color contains mainly: red. Hex color #D383BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D383BA is #2C7C45. Grayscale: #A1A1A1. Windows color (decimal): -2915398 or 12223443. OLE color: 12223443.

HSL color Cylindrical-coordinate representation of color #D383BA: hue angle of 318.75º degrees, saturation: 0.48, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D383BA is Cyan = 0, Magento = 0.38, Yellow = 0.12 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 131 186 -
CMYK 0 0.38 0.12 0.17
HSL 318.75º 0.48% 0.67% -
HSV(B) 318.75º 0.38% 0.83% -
XYZ 43.84 33.63 50.63 -
YUV 161.19 142 163.53 -
System Red Green Blue C M Y K H S L
Decimal 211 131 186 0 0.38 0.12 0.17 318.75 0.48 0.67
Hex D3 83 BA 0 26 C 11 13F 30 43
Octal 323 203 272 0 46 14 21 477 60 103
Binary 11010011 10000011 10111010 0 100110 1100 10001 100111111 110000 1000011

Color Harmonies of #D383BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D383BA

Black with #D383BA

Text Example


Text Example

White with #D383BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D383BA; }

 p { color: rgb(211,131,186); }

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

background-color css

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

 a { background-color: rgb(211,131,186); }

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

border-color css

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

 span { border-color: rgb(211,131,186); }

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