Html Css Color HEX #D388C4 Lilac

📋 copy color: '#D388C4'

red 211 ◦ green 136 ◦ blue 196

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

Shades of Lilac #D388C4

Tints of Lilac #D388C4

RGB

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

 GREEN value IS 136 (53.52% from 255) = 25.05%

 BLUE value IS 196 (76.95% from 255) = 36.1%

R = 38.86%
G = 25.05%
B = 36.1%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.07

 K value IS 0.17

RGB Variations

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

Color information

#D388C4 (or 0xD388C4) is known color: Lilac. HEX triplet: D3, 88 and C4. RGB value is (211,136,196). Sum of RGB (Red+Green+Blue) = 211+136+196=543 (71% of max value = 765). Red value is 211 (82.81% from 255 or 38.86% from 543); Green value is 136 (53.52% from 255 or 25.05% from 543); Blue value is 196 (76.95% from 255 or 36.10% from 543); Max value from RGB is 211 - color contains mainly: red. Hex color #D388C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D388C4 is #2C773B. Grayscale: #A5A5A5. Windows color (decimal): -2914108 or 12880083. OLE color: 12880083.

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

Color convert

RGB 211 136 196 -
CMYK 0 0.36 0.07 0.17
HSL 312º 0.46% 0.68% -
HSV(B) 312º 0.36% 0.83% -
XYZ 45.63 35.44 56.66 -
YUV 165.27 145.35 160.62 -
System Red Green Blue C M Y K H S L
Decimal 211 136 196 0 0.36 0.07 0.17 312 0.46 0.68
Hex D3 88 C4 0 24 7 11 138 2E 44
Octal 323 210 304 0 44 7 21 470 56 104
Binary 11010011 10001000 11000100 0 100100 111 10001 100111000 101110 1000100

Color Harmonies of #D388C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D388C4

Black with #D388C4

Text Example


Text Example

White with #D388C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D388C4; }

 p { color: rgb(211,136,196); }

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

background-color css

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

 a { background-color: rgb(211,136,196); }

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

border-color css

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

 span { border-color: rgb(211,136,196); }

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