Html Css Color HEX #D67491 Pale Violet Red

📋 copy color: '#D67491'

red 214 ◦ green 116 ◦ blue 145

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

Shades of Pale Violet Red #D67491

Tints of Pale Violet Red #D67491

RGB

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

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

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

R = 45.05%
G = 24.42%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D67491 (or 0xD67491) is known color: Pale Violet Red. HEX triplet: D6, 74 and 91. RGB value is (214,116,145). Sum of RGB (Red+Green+Blue) = 214+116+145=475 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.05% from 475); Green value is 116 (45.70% from 255 or 24.42% from 475); Blue value is 145 (57.03% from 255 or 30.53% from 475); Max value from RGB is 214 - color contains mainly: red. Hex color #D67491 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D67491 is #298B6E. Grayscale: #949494. Windows color (decimal): -2722671 or 9532630. OLE color: 9532630.

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

Color convert

RGB 214 116 145 -
CMYK 0 0.46 0.32 0.16
HSL 342.24º 0.54% 0.65% -
HSV(B) 342.24º 0.46% 0.84% -
XYZ 39.09 28.83 30.29 -
YUV 148.61 125.97 174.64 -
System Red Green Blue C M Y K H S L
Decimal 214 116 145 0 0.46 0.32 0.16 342.24 0.54 0.65
Hex D6 74 91 0 2E 20 10 156 36 41
Octal 326 164 221 0 56 40 20 526 66 101
Binary 11010110 1110100 10010001 0 101110 100000 10000 101010110 110110 1000001

Color Harmonies of #D67491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67491

Black with #D67491

Text Example


Text Example

White with #D67491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67491; }

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

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

background-color css

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

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

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

border-color css

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

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

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