Html Css Color HEX #D86F90 Pale Violet Red

📋 copy color: '#D86F90'

red 216 ◦ green 111 ◦ blue 144

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

Shades of Pale Violet Red #D86F90

Tints of Pale Violet Red #D86F90

RGB

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

 GREEN value IS 111 (43.75% from 255) = 23.57%

 BLUE value IS 144 (56.64% from 255) = 30.57%

R = 45.86%
G = 23.57%
B = 30.57%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#D86F90 (or 0xD86F90) is known color: Pale Violet Red. HEX triplet: D8, 6F and 90. RGB value is (216,111,144). Sum of RGB (Red+Green+Blue) = 216+111+144=471 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.86% from 471); Green value is 111 (43.75% from 255 or 23.57% from 471); Blue value is 144 (56.64% from 255 or 30.57% from 471); Max value from RGB is 216 - color contains mainly: red. Hex color #D86F90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D86F90 is #27906F. Grayscale: #929292. Windows color (decimal): -2592880 or 9465816. OLE color: 9465816.

HSL color Cylindrical-coordinate representation of color #D86F90: hue angle of 341.14º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D86F90 is Cyan = 0, Magento = 0.49, Yellow = 0.33 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 111 144 -
CMYK 0 0.49 0.33 0.15
HSL 341.14º 0.57% 0.64% -
HSV(B) 341.14º 0.49% 0.85% -
XYZ 39.04 27.98 29.73 -
YUV 146.16 126.79 177.82 -
System Red Green Blue C M Y K H S L
Decimal 216 111 144 0 0.49 0.33 0.15 341.14 0.57 0.64
Hex D8 6F 90 0 31 21 F 155 39 40
Octal 330 157 220 0 61 41 17 525 71 100
Binary 11011000 1101111 10010000 0 110001 100001 1111 101010101 111001 1000000

Color Harmonies of #D86F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86F90

Black with #D86F90

Text Example


Text Example

White with #D86F90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86F90; }

 p { color: rgb(216,111,144); }

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

background-color css

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

 a { background-color: rgb(216,111,144); }

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

border-color css

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

 span { border-color: rgb(216,111,144); }

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