Html Css Color HEX #D67390 Pale Violet Red

📋 copy color: '#D67390'

red 214 ◦ green 115 ◦ blue 144

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

Shades of Pale Violet Red #D67390

Tints of Pale Violet Red #D67390

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 30.44%

R = 45.24%
G = 24.31%
B = 30.44%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D67390 (or 0xD67390) is known color: Pale Violet Red. HEX triplet: D6, 73 and 90. RGB value is (214,115,144). Sum of RGB (Red+Green+Blue) = 214+115+144=473 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.24% from 473); Green value is 115 (45.31% from 255 or 24.31% from 473); Blue value is 144 (56.64% from 255 or 30.44% from 473); Max value from RGB is 214 - color contains mainly: red. Hex color #D67390 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D67390 is #298C6F. Grayscale: #939393. Windows color (decimal): -2722928 or 9466838. OLE color: 9466838.

HSL color Cylindrical-coordinate representation of color #D67390: hue angle of 342.42º 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 #D67390 is Cyan = 0, Magento = 0.46, Yellow = 0.33 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 115 144 -
CMYK 0 0.46 0.33 0.16
HSL 342.42º 0.55% 0.65% -
HSV(B) 342.42º 0.46% 0.84% -
XYZ 38.9 28.57 29.85 -
YUV 147.91 125.8 175.14 -
System Red Green Blue C M Y K H S L
Decimal 214 115 144 0 0.46 0.33 0.16 342.42 0.55 0.65
Hex D6 73 90 0 2E 21 10 156 37 41
Octal 326 163 220 0 56 41 20 526 67 101
Binary 11010110 1110011 10010000 0 101110 100001 10000 101010110 110111 1000001

Color Harmonies of #D67390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67390

Black with #D67390

Text Example


Text Example

White with #D67390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67390; }

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

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

background-color css

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

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

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

border-color css

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

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

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