Html Css Color HEX #D67099 Pale Violet Red

📋 copy color: '#D67099'

red 214 ◦ green 112 ◦ blue 153

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

Shades of Pale Violet Red #D67099

Tints of Pale Violet Red #D67099

RGB

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

 GREEN value IS 112 (44.14% from 255) = 23.38%

 BLUE value IS 153 (60.16% from 255) = 31.94%

R = 44.68%
G = 23.38%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#D67099 (or 0xD67099) is known color: Pale Violet Red. HEX triplet: D6, 70 and 99. RGB value is (214,112,153). Sum of RGB (Red+Green+Blue) = 214+112+153=479 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.68% from 479); Green value is 112 (44.14% from 255 or 23.38% from 479); Blue value is 153 (60.16% from 255 or 31.94% from 479); Max value from RGB is 214 - color contains mainly: red. Hex color #D67099 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D67099 is #298F66. Grayscale: #939393. Windows color (decimal): -2723687 or 10055894. OLE color: 10055894.

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

Color convert

RGB 214 112 153 -
CMYK 0 0.48 0.29 0.16
HSL 335.88º 0.55% 0.64% -
HSV(B) 335.88º 0.48% 0.84% -
XYZ 39.28 28.18 33.51 -
YUV 147.17 131.29 175.67 -
System Red Green Blue C M Y K H S L
Decimal 214 112 153 0 0.48 0.29 0.16 335.88 0.55 0.64
Hex D6 70 99 0 30 1D 10 150 37 40
Octal 326 160 231 0 60 35 20 520 67 100
Binary 11010110 1110000 10011001 0 110000 11101 10000 101010000 110111 1000000

Color Harmonies of #D67099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67099

Black with #D67099

Text Example


Text Example

White with #D67099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67099; }

 p { color: rgb(214,112,153); }

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

background-color css

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

 a { background-color: rgb(214,112,153); }

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

border-color css

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

 span { border-color: rgb(214,112,153); }

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