Html Css Color HEX #D67794 Pale Violet Red

📋 copy color: '#D67794'

red 214 ◦ green 119 ◦ blue 148

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

Shades of Pale Violet Red #D67794

Tints of Pale Violet Red #D67794

RGB

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

 GREEN value IS 119 (46.88% from 255) = 24.74%

 BLUE value IS 148 (58.2% from 255) = 30.77%

R = 44.49%
G = 24.74%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D67794 (or 0xD67794) is known color: Pale Violet Red. HEX triplet: D6, 77 and 94. RGB value is (214,119,148). Sum of RGB (Red+Green+Blue) = 214+119+148=481 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.49% from 481); Green value is 119 (46.88% from 255 or 24.74% from 481); Blue value is 148 (58.20% from 255 or 30.77% from 481); Max value from RGB is 214 - color contains mainly: red. Hex color #D67794 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D67794 is #29886B. Grayscale: #969696. Windows color (decimal): -2721900 or 9730006. OLE color: 9730006.

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

Color convert

RGB 214 119 148 -
CMYK 0 0.44 0.31 0.16
HSL 341.68º 0.54% 0.65% -
HSV(B) 341.68º 0.44% 0.84% -
XYZ 39.67 29.63 31.64 -
YUV 150.71 126.47 173.14 -
System Red Green Blue C M Y K H S L
Decimal 214 119 148 0 0.44 0.31 0.16 341.68 0.54 0.65
Hex D6 77 94 0 2C 1F 10 156 36 41
Octal 326 167 224 0 54 37 20 526 66 101
Binary 11010110 1110111 10010100 0 101100 11111 10000 101010110 110110 1000001

Color Harmonies of #D67794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67794

Black with #D67794

Text Example


Text Example

White with #D67794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67794; }

 p { color: rgb(214,119,148); }

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

background-color css

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

 a { background-color: rgb(214,119,148); }

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

border-color css

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

 span { border-color: rgb(214,119,148); }

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