Html Css Color HEX #D67A94 Pale Violet Red

📋 copy color: '#D67A94'

red 214 ◦ green 122 ◦ blue 148

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

Shades of Pale Violet Red #D67A94

Tints of Pale Violet Red #D67A94

RGB

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

 GREEN value IS 122 (48.05% from 255) = 25.21%

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

R = 44.21%
G = 25.21%
B = 30.58%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D67A94 (or 0xD67A94) is known color: Pale Violet Red. HEX triplet: D6, 7A and 94. RGB value is (214,122,148). Sum of RGB (Red+Green+Blue) = 214+122+148=484 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.21% from 484); Green value is 122 (48.05% from 255 or 25.21% from 484); Blue value is 148 (58.20% from 255 or 30.58% from 484); Max value from RGB is 214 - color contains mainly: red. Hex color #D67A94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D67A94 is #29856B. Grayscale: #989898. Windows color (decimal): -2721132 or 9730774. OLE color: 9730774.

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

Color convert

RGB 214 122 148 -
CMYK 0 0.43 0.31 0.16
HSL 343.04º 0.53% 0.66% -
HSV(B) 343.04º 0.43% 0.84% -
XYZ 40.04 30.35 31.77 -
YUV 152.47 125.48 171.89 -
System Red Green Blue C M Y K H S L
Decimal 214 122 148 0 0.43 0.31 0.16 343.04 0.53 0.66
Hex D6 7A 94 0 2B 1F 10 157 35 42
Octal 326 172 224 0 53 37 20 527 65 102
Binary 11010110 1111010 10010100 0 101011 11111 10000 101010111 110101 1000010

Color Harmonies of #D67A94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67A94

Black with #D67A94

Text Example


Text Example

White with #D67A94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67A94; }

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

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

background-color css

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

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

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

border-color css

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

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

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