Html Css Color HEX #D67094 Pale Violet Red

📋 copy color: '#D67094'

red 214 ◦ green 112 ◦ blue 148

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

Shades of Pale Violet Red #D67094

Tints of Pale Violet Red #D67094

RGB

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

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

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

R = 45.15%
G = 23.63%
B = 31.22%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D67094 (or 0xD67094) is known color: Pale Violet Red. HEX triplet: D6, 70 and 94. RGB value is (214,112,148). Sum of RGB (Red+Green+Blue) = 214+112+148=474 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.15% from 474); Green value is 112 (44.14% from 255 or 23.63% from 474); Blue value is 148 (58.20% from 255 or 31.22% from 474); Max value from RGB is 214 - color contains mainly: red. Hex color #D67094 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D67094 is #298F6B. Grayscale: #929292. Windows color (decimal): -2723692 or 9728214. OLE color: 9728214.

HSL color Cylindrical-coordinate representation of color #D67094: hue angle of 338.82º 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 #D67094 is Cyan = 0, Magento = 0.48, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 112 148 -
CMYK 0 0.48 0.31 0.16
HSL 338.82º 0.55% 0.64% -
HSV(B) 338.82º 0.48% 0.84% -
XYZ 38.87 28.02 31.38 -
YUV 146.6 128.79 176.07 -
System Red Green Blue C M Y K H S L
Decimal 214 112 148 0 0.48 0.31 0.16 338.82 0.55 0.64
Hex D6 70 94 0 30 1F 10 153 37 40
Octal 326 160 224 0 60 37 20 523 67 100
Binary 11010110 1110000 10010100 0 110000 11111 10000 101010011 110111 1000000

Color Harmonies of #D67094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67094

Black with #D67094

Text Example


Text Example

White with #D67094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67094; }

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

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

background-color css

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

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

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

border-color css

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

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

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