Html Css Color HEX #D67091 Pale Violet Red

📋 copy color: '#D67091'

red 214 ◦ green 112 ◦ blue 145

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

Shades of Pale Violet Red #D67091

Tints of Pale Violet Red #D67091

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 30.79%

R = 45.44%
G = 23.78%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D67091 (or 0xD67091) is known color: Pale Violet Red. HEX triplet: D6, 70 and 91. RGB value is (214,112,145). Sum of RGB (Red+Green+Blue) = 214+112+145=471 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.44% from 471); Green value is 112 (44.14% from 255 or 23.78% from 471); Blue value is 145 (57.03% from 255 or 30.79% from 471); Max value from RGB is 214 - color contains mainly: red. Hex color #D67091 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D67091 is #298F6E. Grayscale: #929292. Windows color (decimal): -2723695 or 9531606. OLE color: 9531606.

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

Color convert

RGB 214 112 145 -
CMYK 0 0.48 0.32 0.16
HSL 340.59º 0.55% 0.64% -
HSV(B) 340.59º 0.48% 0.84% -
XYZ 38.64 27.93 30.14 -
YUV 146.26 127.29 176.32 -
System Red Green Blue C M Y K H S L
Decimal 214 112 145 0 0.48 0.32 0.16 340.59 0.55 0.64
Hex D6 70 91 0 30 20 10 155 37 40
Octal 326 160 221 0 60 40 20 525 67 100
Binary 11010110 1110000 10010001 0 110000 100000 10000 101010101 110111 1000000

Color Harmonies of #D67091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67091

Black with #D67091

Text Example


Text Example

White with #D67091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67091; }

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

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

background-color css

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

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

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

border-color css

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

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

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