Html Css Color HEX #D77693 Pale Violet Red

📋 copy color: '#D77693'

red 215 ◦ green 118 ◦ blue 147

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

Shades of Pale Violet Red #D77693

Tints of Pale Violet Red #D77693

RGB

 RED value IS 215 (84.38% from 255) = 44.79%

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

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

R = 44.79%
G = 24.58%
B = 30.63%

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

#D77693 (or 0xD77693) is known color: Pale Violet Red. HEX triplet: D7, 76 and 93. RGB value is (215,118,147). Sum of RGB (Red+Green+Blue) = 215+118+147=480 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.79% from 480); Green value is 118 (46.48% from 255 or 24.58% from 480); Blue value is 147 (57.81% from 255 or 30.62% from 480); Max value from RGB is 215 - color contains mainly: red. Hex color #D77693 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77693 is #28896C. Grayscale: #969696. Windows color (decimal): -2656621 or 9664215. OLE color: 9664215.

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

Color convert

RGB 215 118 147 -
CMYK 0 0.45 0.32 0.16
HSL 342.06º 0.55% 0.65% -
HSV(B) 342.06º 0.45% 0.84% -
XYZ 39.77 29.51 31.2 -
YUV 150.31 126.14 174.14 -
System Red Green Blue C M Y K H S L
Decimal 215 118 147 0 0.45 0.32 0.16 342.06 0.55 0.65
Hex D7 76 93 0 2D 20 10 156 37 41
Octal 327 166 223 0 55 40 20 526 67 101
Binary 11010111 1110110 10010011 0 101101 100000 10000 101010110 110111 1000001

Color Harmonies of #D77693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77693

Black with #D77693

Text Example


Text Example

White with #D77693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77693; }

 p { color: rgb(215,118,147); }

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

background-color css

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

 a { background-color: rgb(215,118,147); }

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

border-color css

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

 span { border-color: rgb(215,118,147); }

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