Html Css Color HEX #D975A2 Pale Violet Red

📋 copy color: '#D975A2'

red 217 ◦ green 117 ◦ blue 162

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

Shades of Pale Violet Red #D975A2

Tints of Pale Violet Red #D975A2

RGB

 RED value IS 217 (85.16% from 255) = 43.75%

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

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

R = 43.75%
G = 23.59%
B = 32.66%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.25

 K value IS 0.15

RGB Variations

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

Color information

#D975A2 (or 0xD975A2) is known color: Pale Violet Red. HEX triplet: D9, 75 and A2. RGB value is (217,117,162). Sum of RGB (Red+Green+Blue) = 217+117+162=496 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.75% from 496); Green value is 117 (46.09% from 255 or 23.59% from 496); Blue value is 162 (63.67% from 255 or 32.66% from 496); Max value from RGB is 217 - color contains mainly: red. Hex color #D975A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D975A2 is #268A5D. Grayscale: #979797. Windows color (decimal): -2525790 or 10647001. OLE color: 10647001.

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

Color convert

RGB 217 117 162 -
CMYK 0 0.46 0.25 0.15
HSL 333º 0.57% 0.65% -
HSV(B) 333º 0.46% 0.85% -
XYZ 41.5 30.08 37.8 -
YUV 152.03 133.63 174.34 -
System Red Green Blue C M Y K H S L
Decimal 217 117 162 0 0.46 0.25 0.15 333 0.57 0.65
Hex D9 75 A2 0 2E 19 F 14D 39 41
Octal 331 165 242 0 56 31 17 515 71 101
Binary 11011001 1110101 10100010 0 101110 11001 1111 101001101 111001 1000001

Color Harmonies of #D975A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D975A2

Black with #D975A2

Text Example


Text Example

White with #D975A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D975A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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