Html Css Color HEX #D67591 Pale Violet Red

📋 copy color: '#D67591'

red 214 ◦ green 117 ◦ blue 145

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

Shades of Pale Violet Red #D67591

Tints of Pale Violet Red #D67591

RGB

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

 GREEN value IS 117 (46.09% from 255) = 24.58%

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

R = 44.96%
G = 24.58%
B = 30.46%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D67591 (or 0xD67591) is known color: Pale Violet Red. HEX triplet: D6, 75 and 91. RGB value is (214,117,145). Sum of RGB (Red+Green+Blue) = 214+117+145=476 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.96% from 476); Green value is 117 (46.09% from 255 or 24.58% from 476); Blue value is 145 (57.03% from 255 or 30.46% from 476); Max value from RGB is 214 - color contains mainly: red. Hex color #D67591 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D67591 is #298A6E. Grayscale: #959595. Windows color (decimal): -2722415 or 9532886. OLE color: 9532886.

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

Color convert

RGB 214 117 145 -
CMYK 0 0.45 0.32 0.16
HSL 342.68º 0.54% 0.65% -
HSV(B) 342.68º 0.45% 0.84% -
XYZ 39.2 29.06 30.33 -
YUV 149.2 125.64 174.22 -
System Red Green Blue C M Y K H S L
Decimal 214 117 145 0 0.45 0.32 0.16 342.68 0.54 0.65
Hex D6 75 91 0 2D 20 10 157 36 41
Octal 326 165 221 0 55 40 20 527 66 101
Binary 11010110 1110101 10010001 0 101101 100000 10000 101010111 110110 1000001

Color Harmonies of #D67591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67591

Black with #D67591

Text Example


Text Example

White with #D67591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67591; }

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

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

background-color css

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

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

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

border-color css

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

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

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