Html Css Color HEX #D67592 Pale Violet Red

📋 copy color: '#D67592'

red 214 ◦ green 117 ◦ blue 146

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

Shades of Pale Violet Red #D67592

Tints of Pale Violet Red #D67592

RGB

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

 GREEN value IS 117 (46.09% from 255) = 24.53%

 BLUE value IS 146 (57.42% from 255) = 30.61%

R = 44.86%
G = 24.53%
B = 30.61%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D67592 (or 0xD67592) is known color: Pale Violet Red. HEX triplet: D6, 75 and 92. RGB value is (214,117,146). Sum of RGB (Red+Green+Blue) = 214+117+146=477 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.86% from 477); Green value is 117 (46.09% from 255 or 24.53% from 477); Blue value is 146 (57.42% from 255 or 30.61% from 477); Max value from RGB is 214 - color contains mainly: red. Hex color #D67592 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D67592 is #298A6D. Grayscale: #959595. Windows color (decimal): -2722414 or 9598422. OLE color: 9598422.

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

Color convert

RGB 214 117 146 -
CMYK 0 0.45 0.32 0.16
HSL 342.06º 0.54% 0.65% -
HSV(B) 342.06º 0.45% 0.84% -
XYZ 39.28 29.09 30.74 -
YUV 149.31 126.14 174.14 -
System Red Green Blue C M Y K H S L
Decimal 214 117 146 0 0.45 0.32 0.16 342.06 0.54 0.65
Hex D6 75 92 0 2D 20 10 156 36 41
Octal 326 165 222 0 55 40 20 526 66 101
Binary 11010110 1110101 10010010 0 101101 100000 10000 101010110 110110 1000001

Color Harmonies of #D67592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67592

Black with #D67592

Text Example


Text Example

White with #D67592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67592; }

 p { color: rgb(214,117,146); }

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

background-color css

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

 a { background-color: rgb(214,117,146); }

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

border-color css

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

 span { border-color: rgb(214,117,146); }

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