Html Css Color HEX #D67594 Pale Violet Red

📋 copy color: '#D67594'

red 214 ◦ green 117 ◦ blue 148

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

Shades of Pale Violet Red #D67594

Tints of Pale Violet Red #D67594

RGB

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

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

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

R = 44.68%
G = 24.43%
B = 30.9%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D67594 (or 0xD67594) is known color: Pale Violet Red. HEX triplet: D6, 75 and 94. RGB value is (214,117,148). Sum of RGB (Red+Green+Blue) = 214+117+148=479 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.68% from 479); Green value is 117 (46.09% from 255 or 24.43% from 479); Blue value is 148 (58.20% from 255 or 30.90% from 479); Max value from RGB is 214 - color contains mainly: red. Hex color #D67594 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D67594 is #298A6B. Grayscale: #959595. Windows color (decimal): -2722412 or 9729494. OLE color: 9729494.

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

Color convert

RGB 214 117 148 -
CMYK 0 0.45 0.31 0.16
HSL 340.82º 0.54% 0.65% -
HSV(B) 340.82º 0.45% 0.84% -
XYZ 39.44 29.16 31.57 -
YUV 149.54 127.14 173.98 -
System Red Green Blue C M Y K H S L
Decimal 214 117 148 0 0.45 0.31 0.16 340.82 0.54 0.65
Hex D6 75 94 0 2D 1F 10 155 36 41
Octal 326 165 224 0 55 37 20 525 66 101
Binary 11010110 1110101 10010100 0 101101 11111 10000 101010101 110110 1000001

Color Harmonies of #D67594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67594

Black with #D67594

Text Example


Text Example

White with #D67594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67594; }

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

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

background-color css

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

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

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

border-color css

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

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

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