Html Css Color HEX #D67393 Pale Violet Red

📋 copy color: '#D67393'

red 214 ◦ green 115 ◦ blue 147

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

Shades of Pale Violet Red #D67393

Tints of Pale Violet Red #D67393

RGB

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

 GREEN value IS 115 (45.31% from 255) = 24.16%

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

R = 44.96%
G = 24.16%
B = 30.88%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D67393 (or 0xD67393) is known color: Pale Violet Red. HEX triplet: D6, 73 and 93. RGB value is (214,115,147). Sum of RGB (Red+Green+Blue) = 214+115+147=476 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.96% from 476); Green value is 115 (45.31% from 255 or 24.16% from 476); Blue value is 147 (57.81% from 255 or 30.88% from 476); Max value from RGB is 214 - color contains mainly: red. Hex color #D67393 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D67393 is #298C6C. Grayscale: #949494. Windows color (decimal): -2722925 or 9663446. OLE color: 9663446.

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

Color convert

RGB 214 115 147 -
CMYK 0 0.46 0.31 0.16
HSL 340.61º 0.55% 0.65% -
HSV(B) 340.61º 0.46% 0.84% -
XYZ 39.13 28.66 31.07 -
YUV 148.25 127.3 174.9 -
System Red Green Blue C M Y K H S L
Decimal 214 115 147 0 0.46 0.31 0.16 340.61 0.55 0.65
Hex D6 73 93 0 2E 1F 10 155 37 41
Octal 326 163 223 0 56 37 20 525 67 101
Binary 11010110 1110011 10010011 0 101110 11111 10000 101010101 110111 1000001

Color Harmonies of #D67393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67393

Black with #D67393

Text Example


Text Example

White with #D67393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67393; }

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

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

background-color css

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

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

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

border-color css

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

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

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