Html Css Color HEX #D57B97 Pale Violet Red

📋 copy color: '#D57B97'

red 213 ◦ green 123 ◦ blue 151

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

Shades of Pale Violet Red #D57B97

Tints of Pale Violet Red #D57B97

RGB

 RED value IS 213 (83.59% from 255) = 43.74%

 GREEN value IS 123 (48.44% from 255) = 25.26%

 BLUE value IS 151 (59.38% from 255) = 31.01%

R = 43.74%
G = 25.26%
B = 31.01%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#D57B97 (or 0xD57B97) is known color: Pale Violet Red. HEX triplet: D5, 7B and 97. RGB value is (213,123,151). Sum of RGB (Red+Green+Blue) = 213+123+151=487 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.74% from 487); Green value is 123 (48.44% from 255 or 25.26% from 487); Blue value is 151 (59.38% from 255 or 31.01% from 487); Max value from RGB is 213 - color contains mainly: red. Hex color #D57B97 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57B97 is #2A8468. Grayscale: #999999. Windows color (decimal): -2786409 or 9927637. OLE color: 9927637.

HSL color Cylindrical-coordinate representation of color #D57B97: hue angle of 341.33º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D57B97 is Cyan = 0, Magento = 0.42, Yellow = 0.29 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 123 151 -
CMYK 0 0.42 0.29 0.16
HSL 341.33º 0.52% 0.66% -
HSV(B) 341.33º 0.42% 0.84% -
XYZ 40.11 30.55 33.06 -
YUV 153.1 126.82 170.72 -
System Red Green Blue C M Y K H S L
Decimal 213 123 151 0 0.42 0.29 0.16 341.33 0.52 0.66
Hex D5 7B 97 0 2A 1D 10 155 34 42
Octal 325 173 227 0 52 35 20 525 64 102
Binary 11010101 1111011 10010111 0 101010 11101 10000 101010101 110100 1000010

Color Harmonies of #D57B97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57B97

Black with #D57B97

Text Example


Text Example

White with #D57B97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57B97; }

 p { color: rgb(213,123,151); }

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

background-color css

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

 a { background-color: rgb(213,123,151); }

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

border-color css

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

 span { border-color: rgb(213,123,151); }

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