Html Css Color HEX #D67294 Pale Violet Red

📋 copy color: '#D67294'

red 214 ◦ green 114 ◦ blue 148

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

Shades of Pale Violet Red #D67294

Tints of Pale Violet Red #D67294

RGB

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

 GREEN value IS 114 (44.92% from 255) = 23.95%

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

R = 44.96%
G = 23.95%
B = 31.09%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D67294 (or 0xD67294) is known color: Pale Violet Red. HEX triplet: D6, 72 and 94. RGB value is (214,114,148). Sum of RGB (Red+Green+Blue) = 214+114+148=476 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.96% from 476); Green value is 114 (44.92% from 255 or 23.95% from 476); Blue value is 148 (58.20% from 255 or 31.09% from 476); Max value from RGB is 214 - color contains mainly: red. Hex color #D67294 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D67294 is #298D6B. Grayscale: #939393. Windows color (decimal): -2723180 or 9728726. OLE color: 9728726.

HSL color Cylindrical-coordinate representation of color #D67294: hue angle of 339.6º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D67294 is Cyan = 0, Magento = 0.47, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 114 148 -
CMYK 0 0.47 0.31 0.16
HSL 339.6º 0.55% 0.64% -
HSV(B) 339.6º 0.47% 0.84% -
XYZ 39.09 28.47 31.45 -
YUV 147.78 128.13 175.24 -
System Red Green Blue C M Y K H S L
Decimal 214 114 148 0 0.47 0.31 0.16 339.6 0.55 0.64
Hex D6 72 94 0 2F 1F 10 154 37 40
Octal 326 162 224 0 57 37 20 524 67 100
Binary 11010110 1110010 10010100 0 101111 11111 10000 101010100 110111 1000000

Color Harmonies of #D67294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67294

Black with #D67294

Text Example


Text Example

White with #D67294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67294; }

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

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

background-color css

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

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

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

border-color css

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

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

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