Html Css Color HEX #D67090 Pale Violet Red

📋 copy color: '#D67090'

red 214 ◦ green 112 ◦ blue 144

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

Shades of Pale Violet Red #D67090

Tints of Pale Violet Red #D67090

RGB

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

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

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

R = 45.53%
G = 23.83%
B = 30.64%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D67090 (or 0xD67090) is known color: Pale Violet Red. HEX triplet: D6, 70 and 90. RGB value is (214,112,144). Sum of RGB (Red+Green+Blue) = 214+112+144=470 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.53% from 470); Green value is 112 (44.14% from 255 or 23.83% from 470); Blue value is 144 (56.64% from 255 or 30.64% from 470); Max value from RGB is 214 - color contains mainly: red. Hex color #D67090 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D67090 is #298F6F. Grayscale: #929292. Windows color (decimal): -2723696 or 9466070. OLE color: 9466070.

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

Color convert

RGB 214 112 144 -
CMYK 0 0.48 0.33 0.16
HSL 341.18º 0.55% 0.64% -
HSV(B) 341.18º 0.48% 0.84% -
XYZ 38.56 27.9 29.74 -
YUV 146.15 126.79 176.4 -
System Red Green Blue C M Y K H S L
Decimal 214 112 144 0 0.48 0.33 0.16 341.18 0.55 0.64
Hex D6 70 90 0 30 21 10 155 37 40
Octal 326 160 220 0 60 41 20 525 67 100
Binary 11010110 1110000 10010000 0 110000 100001 10000 101010101 110111 1000000

Color Harmonies of #D67090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67090

Black with #D67090

Text Example


Text Example

White with #D67090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67090; }

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

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

background-color css

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

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

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

border-color css

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

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

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