Html Css Color HEX #D86993 Pale Violet Red

📋 copy color: '#D86993'

red 216 ◦ green 105 ◦ blue 147

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

Shades of Pale Violet Red #D86993

Tints of Pale Violet Red #D86993

RGB

 RED value IS 216 (84.77% from 255) = 46.15%

 GREEN value IS 105 (41.41% from 255) = 22.44%

 BLUE value IS 147 (57.81% from 255) = 31.41%

R = 46.15%
G = 22.44%
B = 31.41%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#D86993 (or 0xD86993) is known color: Pale Violet Red. HEX triplet: D8, 69 and 93. RGB value is (216,105,147). Sum of RGB (Red+Green+Blue) = 216+105+147=468 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.15% from 468); Green value is 105 (41.41% from 255 or 22.44% from 468); Blue value is 147 (57.81% from 255 or 31.41% from 468); Max value from RGB is 216 - color contains mainly: red. Hex color #D86993 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D86993 is #27966C. Grayscale: #8E8E8E. Windows color (decimal): -2594413 or 9660888. OLE color: 9660888.

HSL color Cylindrical-coordinate representation of color #D86993: hue angle of 337.3º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D86993 is Cyan = 0, Magento = 0.51, Yellow = 0.32 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 105 147 -
CMYK 0 0.51 0.32 0.15
HSL 337.3º 0.59% 0.63% -
HSV(B) 337.3º 0.51% 0.85% -
XYZ 38.64 26.81 30.74 -
YUV 142.98 130.27 180.08 -
System Red Green Blue C M Y K H S L
Decimal 216 105 147 0 0.51 0.32 0.15 337.3 0.59 0.63
Hex D8 69 93 0 33 20 F 151 3B 3F
Octal 330 151 223 0 63 40 17 521 73 77
Binary 11011000 1101001 10010011 0 110011 100000 1111 101010001 111011 111111

Color Harmonies of #D86993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86993

Black with #D86993

Text Example


Text Example

White with #D86993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86993; }

 p { color: rgb(216,105,147); }

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

background-color css

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

 a { background-color: rgb(216,105,147); }

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

border-color css

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

 span { border-color: rgb(216,105,147); }

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