Html Css Color HEX #D772A1 Pale Violet Red

📋 copy color: '#D772A1'

red 215 ◦ green 114 ◦ blue 161

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

Shades of Pale Violet Red #D772A1

Tints of Pale Violet Red #D772A1

RGB

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

 GREEN value IS 114 (44.92% from 255) = 23.27%

 BLUE value IS 161 (63.28% from 255) = 32.86%

R = 43.88%
G = 23.27%
B = 32.86%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.25

 K value IS 0.16

RGB Variations

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

Color information

#D772A1 (or 0xD772A1) is known color: Pale Violet Red. HEX triplet: D7, 72 and A1. RGB value is (215,114,161). Sum of RGB (Red+Green+Blue) = 215+114+161=490 (64% of max value = 765). Red value is 215 (84.38% from 255 or 43.88% from 490); Green value is 114 (44.92% from 255 or 23.27% from 490); Blue value is 161 (63.28% from 255 or 32.86% from 490); Max value from RGB is 215 - color contains mainly: red. Hex color #D772A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D772A1 is #288D5E. Grayscale: #959595. Windows color (decimal): -2657631 or 10580695. OLE color: 10580695.

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

Color convert

RGB 215 114 161 -
CMYK 0 0.47 0.25 0.16
HSL 332.08º 0.56% 0.65% -
HSV(B) 332.08º 0.47% 0.84% -
XYZ 40.47 29.05 37.19 -
YUV 149.56 134.46 174.68 -
System Red Green Blue C M Y K H S L
Decimal 215 114 161 0 0.47 0.25 0.16 332.08 0.56 0.65
Hex D7 72 A1 0 2F 19 10 14C 38 41
Octal 327 162 241 0 57 31 20 514 70 101
Binary 11010111 1110010 10100001 0 101111 11001 10000 101001100 111000 1000001

Color Harmonies of #D772A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D772A1

Black with #D772A1

Text Example


Text Example

White with #D772A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D772A1; }

 p { color: rgb(215,114,161); }

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

background-color css

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

 a { background-color: rgb(215,114,161); }

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

border-color css

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

 span { border-color: rgb(215,114,161); }

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