Html Css Color HEX #D5658A Pale Violet Red

📋 copy color: '#D5658A'

red 213 ◦ green 101 ◦ blue 138

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

Shades of Pale Violet Red #D5658A

Tints of Pale Violet Red #D5658A

RGB

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

 GREEN value IS 101 (39.84% from 255) = 22.35%

 BLUE value IS 138 (54.3% from 255) = 30.53%

R = 47.12%
G = 22.35%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D5658A (or 0xD5658A) is known color: Pale Violet Red. HEX triplet: D5, 65 and 8A. RGB value is (213,101,138). Sum of RGB (Red+Green+Blue) = 213+101+138=452 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.12% from 452); Green value is 101 (39.84% from 255 or 22.35% from 452); Blue value is 138 (54.30% from 255 or 30.53% from 452); Max value from RGB is 213 - color contains mainly: red. Hex color #D5658A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D5658A is #2A9A75. Grayscale: #8A8A8A. Windows color (decimal): -2792054 or 9070037. OLE color: 9070037.

HSL color Cylindrical-coordinate representation of color #D5658A: hue angle of 340.18º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D5658A is Cyan = 0, Magento = 0.53, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 101 138 -
CMYK 0 0.53 0.35 0.16
HSL 340.18º 0.57% 0.62% -
HSV(B) 340.18º 0.53% 0.84% -
XYZ 36.68 25.29 26.99 -
YUV 138.71 127.61 180.99 -
System Red Green Blue C M Y K H S L
Decimal 213 101 138 0 0.53 0.35 0.16 340.18 0.57 0.62
Hex D5 65 8A 0 35 23 10 154 39 3E
Octal 325 145 212 0 65 43 20 524 71 76
Binary 11010101 1100101 10001010 0 110101 100011 10000 101010100 111001 111110

Color Harmonies of #D5658A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5658A

Black with #D5658A

Text Example


Text Example

White with #D5658A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5658A; }

 p { color: rgb(213,101,138); }

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

background-color css

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

 a { background-color: rgb(213,101,138); }

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

border-color css

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

 span { border-color: rgb(213,101,138); }

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