Html Css Color HEX #D67894 Pale Violet Red

📋 copy color: '#D67894'

red 214 ◦ green 120 ◦ blue 148

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

Shades of Pale Violet Red #D67894

Tints of Pale Violet Red #D67894

RGB

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

 GREEN value IS 120 (47.27% from 255) = 24.9%

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

R = 44.4%
G = 24.9%
B = 30.71%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D67894 (or 0xD67894) is known color: Pale Violet Red. HEX triplet: D6, 78 and 94. RGB value is (214,120,148). Sum of RGB (Red+Green+Blue) = 214+120+148=482 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.40% from 482); Green value is 120 (47.27% from 255 or 24.90% from 482); Blue value is 148 (58.20% from 255 or 30.71% from 482); Max value from RGB is 214 - color contains mainly: red. Hex color #D67894 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D67894 is #29876B. Grayscale: #979797. Windows color (decimal): -2721644 or 9730262. OLE color: 9730262.

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

Color convert

RGB 214 120 148 -
CMYK 0 0.44 0.31 0.16
HSL 342.13º 0.53% 0.65% -
HSV(B) 342.13º 0.44% 0.84% -
XYZ 39.79 29.87 31.68 -
YUV 151.3 126.14 172.72 -
System Red Green Blue C M Y K H S L
Decimal 214 120 148 0 0.44 0.31 0.16 342.13 0.53 0.65
Hex D6 78 94 0 2C 1F 10 156 35 41
Octal 326 170 224 0 54 37 20 526 65 101
Binary 11010110 1111000 10010100 0 101100 11111 10000 101010110 110101 1000001

Color Harmonies of #D67894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67894

Black with #D67894

Text Example


Text Example

White with #D67894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67894; }

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

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

background-color css

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

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

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

border-color css

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

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

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