Html Css Color HEX #D975A5 Pale Violet Red

📋 copy color: '#D975A5'

red 217 ◦ green 117 ◦ blue 165

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

Shades of Pale Violet Red #D975A5

Tints of Pale Violet Red #D975A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 33.07%

R = 43.49%
G = 23.45%
B = 33.07%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.24

 K value IS 0.15

RGB Variations

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

Color information

#D975A5 (or 0xD975A5) is known color: Pale Violet Red. HEX triplet: D9, 75 and A5. RGB value is (217,117,165). Sum of RGB (Red+Green+Blue) = 217+117+165=499 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.49% from 499); Green value is 117 (46.09% from 255 or 23.45% from 499); Blue value is 165 (64.84% from 255 or 33.07% from 499); Max value from RGB is 217 - color contains mainly: red. Hex color #D975A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D975A5 is #268A5A. Grayscale: #989898. Windows color (decimal): -2525787 or 10843609. OLE color: 10843609.

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

Color convert

RGB 217 117 165 -
CMYK 0 0.46 0.24 0.15
HSL 331.2º 0.57% 0.65% -
HSV(B) 331.2º 0.46% 0.85% -
XYZ 41.77 30.19 39.22 -
YUV 152.37 135.13 174.1 -
System Red Green Blue C M Y K H S L
Decimal 217 117 165 0 0.46 0.24 0.15 331.2 0.57 0.65
Hex D9 75 A5 0 2E 18 F 14B 39 41
Octal 331 165 245 0 56 30 17 513 71 101
Binary 11011001 1110101 10100101 0 101110 11000 1111 101001011 111001 1000001

Color Harmonies of #D975A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D975A5

Black with #D975A5

Text Example


Text Example

White with #D975A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D975A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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