Html Css Color HEX #D67692 Pale Violet Red

📋 copy color: '#D67692'

red 214 ◦ green 118 ◦ blue 146

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

Shades of Pale Violet Red #D67692

Tints of Pale Violet Red #D67692

RGB

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

 GREEN value IS 118 (46.48% from 255) = 24.69%

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

R = 44.77%
G = 24.69%
B = 30.54%

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

#D67692 (or 0xD67692) is known color: Pale Violet Red. HEX triplet: D6, 76 and 92. RGB value is (214,118,146). Sum of RGB (Red+Green+Blue) = 214+118+146=478 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.77% from 478); Green value is 118 (46.48% from 255 or 24.69% from 478); Blue value is 146 (57.42% from 255 or 30.54% from 478); Max value from RGB is 214 - color contains mainly: red. Hex color #D67692 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D67692 is #29896D. Grayscale: #959595. Windows color (decimal): -2722158 or 9598678. OLE color: 9598678.

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

Color convert

RGB 214 118 146 -
CMYK 0 0.45 0.32 0.16
HSL 342.5º 0.54% 0.65% -
HSV(B) 342.5º 0.45% 0.84% -
XYZ 39.4 29.33 30.78 -
YUV 149.9 125.8 173.72 -
System Red Green Blue C M Y K H S L
Decimal 214 118 146 0 0.45 0.32 0.16 342.5 0.54 0.65
Hex D6 76 92 0 2D 20 10 156 36 41
Octal 326 166 222 0 55 40 20 526 66 101
Binary 11010110 1110110 10010010 0 101101 100000 10000 101010110 110110 1000001

Color Harmonies of #D67692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67692

Black with #D67692

Text Example


Text Example

White with #D67692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67692; }

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

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

background-color css

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

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

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

border-color css

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

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

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