Html Css Color HEX #D775A2 Pale Violet Red

📋 copy color: '#D775A2'

red 215 ◦ green 117 ◦ blue 162

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

Shades of Pale Violet Red #D775A2

Tints of Pale Violet Red #D775A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 32.79%

R = 43.52%
G = 23.68%
B = 32.79%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.25

 K value IS 0.16

RGB Variations

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

Color information

#D775A2 (or 0xD775A2) is known color: Pale Violet Red. HEX triplet: D7, 75 and A2. RGB value is (215,117,162). Sum of RGB (Red+Green+Blue) = 215+117+162=494 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.52% from 494); Green value is 117 (46.09% from 255 or 23.68% from 494); Blue value is 162 (63.67% from 255 or 32.79% from 494); Max value from RGB is 215 - color contains mainly: red. Hex color #D775A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D775A2 is #288A5D. Grayscale: #979797. Windows color (decimal): -2656862 or 10646999. OLE color: 10646999.

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

Color convert

RGB 215 117 162 -
CMYK 0 0.46 0.25 0.16
HSL 332.45º 0.55% 0.65% -
HSV(B) 332.45º 0.46% 0.84% -
XYZ 40.91 29.78 37.77 -
YUV 151.43 133.97 173.34 -
System Red Green Blue C M Y K H S L
Decimal 215 117 162 0 0.46 0.25 0.16 332.45 0.55 0.65
Hex D7 75 A2 0 2E 19 10 14C 37 41
Octal 327 165 242 0 56 31 20 514 67 101
Binary 11010111 1110101 10100010 0 101110 11001 10000 101001100 110111 1000001

Color Harmonies of #D775A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D775A2

Black with #D775A2

Text Example


Text Example

White with #D775A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D775A2; }

 p { color: rgb(215,117,162); }

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

background-color css

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

 a { background-color: rgb(215,117,162); }

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

border-color css

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

 span { border-color: rgb(215,117,162); }

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