Html Css Color HEX #D57B9F Pale Violet Red

📋 copy color: '#D57B9F'

red 213 ◦ green 123 ◦ blue 159

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

Shades of Pale Violet Red #D57B9F

Tints of Pale Violet Red #D57B9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 32.12%

R = 43.03%
G = 24.85%
B = 32.12%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.25

 K value IS 0.16

RGB Variations

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

Color information

#D57B9F (or 0xD57B9F) is known color: Pale Violet Red. HEX triplet: D5, 7B and 9F. RGB value is (213,123,159). Sum of RGB (Red+Green+Blue) = 213+123+159=495 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.03% from 495); Green value is 123 (48.44% from 255 or 24.85% from 495); Blue value is 159 (62.5% from 255 or 32.12% from 495); Max value from RGB is 213 - color contains mainly: red. Hex color #D57B9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57B9F is #2A8460. Grayscale: #999999. Windows color (decimal): -2786401 or 10451925. OLE color: 10451925.

HSL color Cylindrical-coordinate representation of color #D57B9F: hue angle of 336º 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 #D57B9F is Cyan = 0, Magento = 0.42, Yellow = 0.25 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 123 159 -
CMYK 0 0.42 0.25 0.16
HSL 336º 0.52% 0.66% -
HSV(B) 336º 0.42% 0.84% -
XYZ 40.78 30.82 36.6 -
YUV 154.01 130.82 170.07 -
System Red Green Blue C M Y K H S L
Decimal 213 123 159 0 0.42 0.25 0.16 336 0.52 0.66
Hex D5 7B 9F 0 2A 19 10 150 34 42
Octal 325 173 237 0 52 31 20 520 64 102
Binary 11010101 1111011 10011111 0 101010 11001 10000 101010000 110100 1000010

Color Harmonies of #D57B9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57B9F

Black with #D57B9F

Text Example


Text Example

White with #D57B9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57B9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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