Html Css Color HEX #D975AB Pale Violet Red

📋 copy color: '#D975AB'

red 217 ◦ green 117 ◦ blue 171

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

Shades of Pale Violet Red #D975AB

Tints of Pale Violet Red #D975AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 33.86%

R = 42.97%
G = 23.17%
B = 33.86%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#D975AB (or 0xD975AB) is known color: Pale Violet Red. HEX triplet: D9, 75 and AB. RGB value is (217,117,171). Sum of RGB (Red+Green+Blue) = 217+117+171=505 (66% of max value = 765). Red value is 217 (85.16% from 255 or 42.97% from 505); Green value is 117 (46.09% from 255 or 23.17% from 505); Blue value is 171 (67.19% from 255 or 33.86% from 505); Max value from RGB is 217 - color contains mainly: red. Hex color #D975AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D975AB is #268A54. Grayscale: #989898. Windows color (decimal): -2525781 or 11236825. OLE color: 11236825.

HSL color Cylindrical-coordinate representation of color #D975AB: hue angle of 327.6º 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 #D975AB is Cyan = 0, Magento = 0.46, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 117 171 -
CMYK 0 0.46 0.21 0.15
HSL 327.6º 0.57% 0.65% -
HSV(B) 327.6º 0.46% 0.85% -
XYZ 42.33 30.41 42.17 -
YUV 153.06 138.13 173.61 -
System Red Green Blue C M Y K H S L
Decimal 217 117 171 0 0.46 0.21 0.15 327.6 0.57 0.65
Hex D9 75 AB 0 2E 15 F 148 39 41
Octal 331 165 253 0 56 25 17 510 71 101
Binary 11011001 1110101 10101011 0 101110 10101 1111 101001000 111001 1000001

Color Harmonies of #D975AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D975AB

Black with #D975AB

Text Example


Text Example

White with #D975AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D975AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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