Html Css Color HEX #D67499 Pale Violet Red

📋 copy color: '#D67499'

red 214 ◦ green 116 ◦ blue 153

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

Shades of Pale Violet Red #D67499

Tints of Pale Violet Red #D67499

RGB

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

 GREEN value IS 116 (45.7% from 255) = 24.02%

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

R = 44.31%
G = 24.02%
B = 31.68%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#D67499 (or 0xD67499) is known color: Pale Violet Red. HEX triplet: D6, 74 and 99. RGB value is (214,116,153). Sum of RGB (Red+Green+Blue) = 214+116+153=483 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.31% from 483); Green value is 116 (45.70% from 255 or 24.02% from 483); Blue value is 153 (60.16% from 255 or 31.68% from 483); Max value from RGB is 214 - color contains mainly: red. Hex color #D67499 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D67499 is #298B66. Grayscale: #959595. Windows color (decimal): -2722663 or 10056918. OLE color: 10056918.

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

Color convert

RGB 214 116 153 -
CMYK 0 0.46 0.29 0.16
HSL 337.35º 0.54% 0.65% -
HSV(B) 337.35º 0.46% 0.84% -
XYZ 39.73 29.09 33.66 -
YUV 149.52 129.97 173.99 -
System Red Green Blue C M Y K H S L
Decimal 214 116 153 0 0.46 0.29 0.16 337.35 0.54 0.65
Hex D6 74 99 0 2E 1D 10 151 36 41
Octal 326 164 231 0 56 35 20 521 66 101
Binary 11010110 1110100 10011001 0 101110 11101 10000 101010001 110110 1000001

Color Harmonies of #D67499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67499

Black with #D67499

Text Example


Text Example

White with #D67499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67499; }

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

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

background-color css

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

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

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

border-color css

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

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

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