Html Css Color HEX #D67093 Pale Violet Red

📋 copy color: '#D67093'

red 214 ◦ green 112 ◦ blue 147

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

Shades of Pale Violet Red #D67093

Tints of Pale Violet Red #D67093

RGB

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

 GREEN value IS 112 (44.14% from 255) = 23.68%

 BLUE value IS 147 (57.81% from 255) = 31.08%

R = 45.24%
G = 23.68%
B = 31.08%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D67093 (or 0xD67093) is known color: Pale Violet Red. HEX triplet: D6, 70 and 93. RGB value is (214,112,147). Sum of RGB (Red+Green+Blue) = 214+112+147=473 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.24% from 473); Green value is 112 (44.14% from 255 or 23.68% from 473); Blue value is 147 (57.81% from 255 or 31.08% from 473); Max value from RGB is 214 - color contains mainly: red. Hex color #D67093 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D67093 is #298F6C. Grayscale: #929292. Windows color (decimal): -2723693 or 9662678. OLE color: 9662678.

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

Color convert

RGB 214 112 147 -
CMYK 0 0.48 0.31 0.16
HSL 339.41º 0.55% 0.64% -
HSV(B) 339.41º 0.48% 0.84% -
XYZ 38.79 27.99 30.96 -
YUV 146.49 128.29 176.15 -
System Red Green Blue C M Y K H S L
Decimal 214 112 147 0 0.48 0.31 0.16 339.41 0.55 0.64
Hex D6 70 93 0 30 1F 10 153 37 40
Octal 326 160 223 0 60 37 20 523 67 100
Binary 11010110 1110000 10010011 0 110000 11111 10000 101010011 110111 1000000

Color Harmonies of #D67093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67093

Black with #D67093

Text Example


Text Example

White with #D67093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67093; }

 p { color: rgb(214,112,147); }

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

background-color css

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

 a { background-color: rgb(214,112,147); }

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

border-color css

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

 span { border-color: rgb(214,112,147); }

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