Html Css Color HEX #D67292 Pale Violet Red

📋 copy color: '#D67292'

red 214 ◦ green 114 ◦ blue 146

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

Shades of Pale Violet Red #D67292

Tints of Pale Violet Red #D67292

RGB

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

 GREEN value IS 114 (44.92% from 255) = 24.05%

 BLUE value IS 146 (57.42% from 255) = 30.8%

R = 45.15%
G = 24.05%
B = 30.8%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D67292 (or 0xD67292) is known color: Pale Violet Red. HEX triplet: D6, 72 and 92. RGB value is (214,114,146). Sum of RGB (Red+Green+Blue) = 214+114+146=474 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.15% from 474); Green value is 114 (44.92% from 255 or 24.05% from 474); Blue value is 146 (57.42% from 255 or 30.80% from 474); Max value from RGB is 214 - color contains mainly: red. Hex color #D67292 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D67292 is #298D6D. Grayscale: #939393. Windows color (decimal): -2723182 or 9597654. OLE color: 9597654.

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

Color convert

RGB 214 114 146 -
CMYK 0 0.47 0.32 0.16
HSL 340.8º 0.55% 0.64% -
HSV(B) 340.8º 0.47% 0.84% -
XYZ 38.94 28.41 30.62 -
YUV 147.55 127.13 175.4 -
System Red Green Blue C M Y K H S L
Decimal 214 114 146 0 0.47 0.32 0.16 340.8 0.55 0.64
Hex D6 72 92 0 2F 20 10 155 37 40
Octal 326 162 222 0 57 40 20 525 67 100
Binary 11010110 1110010 10010010 0 101111 100000 10000 101010101 110111 1000000

Color Harmonies of #D67292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67292

Black with #D67292

Text Example


Text Example

White with #D67292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67292; }

 p { color: rgb(214,114,146); }

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

background-color css

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

 a { background-color: rgb(214,114,146); }

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

border-color css

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

 span { border-color: rgb(214,114,146); }

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