Html Css Color HEX #D66086 Pale Violet Red

📋 copy color: '#D66086'

red 214 ◦ green 96 ◦ blue 134

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

Shades of Pale Violet Red #D66086

Tints of Pale Violet Red #D66086

RGB

 RED value IS 214 (83.98% from 255) = 48.2%

 GREEN value IS 96 (37.89% from 255) = 21.62%

 BLUE value IS 134 (52.73% from 255) = 30.18%

R = 48.2%
G = 21.62%
B = 30.18%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.37

 K value IS 0.16

RGB Variations

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

Color information

#D66086 (or 0xD66086) is known color: Pale Violet Red. HEX triplet: D6, 60 and 86. RGB value is (214,96,134). Sum of RGB (Red+Green+Blue) = 214+96+134=444 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.20% from 444); Green value is 96 (37.89% from 255 or 21.62% from 444); Blue value is 134 (52.73% from 255 or 30.18% from 444); Max value from RGB is 214 - color contains mainly: red. Hex color #D66086 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D66086 is #299F79. Grayscale: #878787. Windows color (decimal): -2727802 or 8806614. OLE color: 8806614.

HSL color Cylindrical-coordinate representation of color #D66086: hue angle of 340.68º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D66086 is Cyan = 0, Magento = 0.55, Yellow = 0.37 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 96 134 -
CMYK 0 0.55 0.37 0.16
HSL 340.68º 0.59% 0.61% -
HSV(B) 340.68º 0.55% 0.84% -
XYZ 36.22 24.38 25.35 -
YUV 135.61 127.09 183.91 -
System Red Green Blue C M Y K H S L
Decimal 214 96 134 0 0.55 0.37 0.16 340.68 0.59 0.61
Hex D6 60 86 0 37 25 10 155 3B 3D
Octal 326 140 206 0 67 45 20 525 73 75
Binary 11010110 1100000 10000110 0 110111 100101 10000 101010101 111011 111101

Color Harmonies of #D66086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66086

Black with #D66086

Text Example


Text Example

White with #D66086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66086; }

 p { color: rgb(214,96,134); }

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

background-color css

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

 a { background-color: rgb(214,96,134); }

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

border-color css

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

 span { border-color: rgb(214,96,134); }

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