Html Css Color HEX #D77CA7 Pale Violet Red

📋 copy color: '#D77CA7'

red 215 ◦ green 124 ◦ blue 167

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

Shades of Pale Violet Red #D77CA7

Tints of Pale Violet Red #D77CA7

RGB

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

 GREEN value IS 124 (48.83% from 255) = 24.51%

 BLUE value IS 167 (65.63% from 255) = 33%

R = 42.49%
G = 24.51%
B = 33%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.22

 K value IS 0.16

RGB Variations

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

Color information

#D77CA7 (or 0xD77CA7) is known color: Pale Violet Red. HEX triplet: D7, 7C and A7. RGB value is (215,124,167). Sum of RGB (Red+Green+Blue) = 215+124+167=506 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.49% from 506); Green value is 124 (48.83% from 255 or 24.51% from 506); Blue value is 167 (65.62% from 255 or 33.00% from 506); Max value from RGB is 215 - color contains mainly: red. Hex color #D77CA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77CA7 is #288358. Grayscale: #9C9C9C. Windows color (decimal): -2655065 or 10976471. OLE color: 10976471.

HSL color Cylindrical-coordinate representation of color #D77CA7: hue angle of 331.65º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D77CA7 is Cyan = 0, Magento = 0.42, Yellow = 0.22 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 124 167 -
CMYK 0 0.42 0.22 0.16
HSL 331.65º 0.53% 0.66% -
HSV(B) 331.65º 0.42% 0.84% -
XYZ 42.21 31.65 40.44 -
YUV 156.11 134.15 170 -
System Red Green Blue C M Y K H S L
Decimal 215 124 167 0 0.42 0.22 0.16 331.65 0.53 0.66
Hex D7 7C A7 0 2A 16 10 14C 35 42
Octal 327 174 247 0 52 26 20 514 65 102
Binary 11010111 1111100 10100111 0 101010 10110 10000 101001100 110101 1000010

Color Harmonies of #D77CA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77CA7

Black with #D77CA7

Text Example


Text Example

White with #D77CA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77CA7; }

 p { color: rgb(215,124,167); }

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

background-color css

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

 a { background-color: rgb(215,124,167); }

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

border-color css

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

 span { border-color: rgb(215,124,167); }

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