Html Css Color HEX #D57B9B Pale Violet Red

📋 copy color: '#D57B9B'

red 213 ◦ green 123 ◦ blue 155

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

Shades of Pale Violet Red #D57B9B

Tints of Pale Violet Red #D57B9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 31.57%

R = 43.38%
G = 25.05%
B = 31.57%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.27

 K value IS 0.16

RGB Variations

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

Color information

#D57B9B (or 0xD57B9B) is known color: Pale Violet Red. HEX triplet: D5, 7B and 9B. RGB value is (213,123,155). Sum of RGB (Red+Green+Blue) = 213+123+155=491 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.38% from 491); Green value is 123 (48.44% from 255 or 25.05% from 491); Blue value is 155 (60.94% from 255 or 31.57% from 491); Max value from RGB is 213 - color contains mainly: red. Hex color #D57B9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57B9B is #2A8464. Grayscale: #999999. Windows color (decimal): -2786405 or 10189781. OLE color: 10189781.

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

Color convert

RGB 213 123 155 -
CMYK 0 0.42 0.27 0.16
HSL 338.67º 0.52% 0.66% -
HSV(B) 338.67º 0.42% 0.84% -
XYZ 40.44 30.68 34.8 -
YUV 153.56 128.82 170.4 -
System Red Green Blue C M Y K H S L
Decimal 213 123 155 0 0.42 0.27 0.16 338.67 0.52 0.66
Hex D5 7B 9B 0 2A 1B 10 153 34 42
Octal 325 173 233 0 52 33 20 523 64 102
Binary 11010101 1111011 10011011 0 101010 11011 10000 101010011 110100 1000010

Color Harmonies of #D57B9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57B9B

Black with #D57B9B

Text Example


Text Example

White with #D57B9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57B9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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