Html Css Color HEX #D5678A Pale Violet Red

📋 copy color: '#D5678A'

red 213 ◦ green 103 ◦ blue 138

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

Shades of Pale Violet Red #D5678A

Tints of Pale Violet Red #D5678A

RGB

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

 GREEN value IS 103 (40.63% from 255) = 22.69%

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

R = 46.92%
G = 22.69%
B = 30.4%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D5678A (or 0xD5678A) is known color: Pale Violet Red. HEX triplet: D5, 67 and 8A. RGB value is (213,103,138). Sum of RGB (Red+Green+Blue) = 213+103+138=454 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.92% from 454); Green value is 103 (40.62% from 255 or 22.69% from 454); Blue value is 138 (54.30% from 255 or 30.40% from 454); Max value from RGB is 213 - color contains mainly: red. Hex color #D5678A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D5678A is #2A9875. Grayscale: #8B8B8B. Windows color (decimal): -2791542 or 9070549. OLE color: 9070549.

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

Color convert

RGB 213 103 138 -
CMYK 0 0.52 0.35 0.16
HSL 340.91º 0.57% 0.62% -
HSV(B) 340.91º 0.52% 0.84% -
XYZ 36.88 25.68 27.06 -
YUV 139.88 126.94 180.15 -
System Red Green Blue C M Y K H S L
Decimal 213 103 138 0 0.52 0.35 0.16 340.91 0.57 0.62
Hex D5 67 8A 0 34 23 10 155 39 3E
Octal 325 147 212 0 64 43 20 525 71 76
Binary 11010101 1100111 10001010 0 110100 100011 10000 101010101 111001 111110

Color Harmonies of #D5678A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5678A

Black with #D5678A

Text Example


Text Example

White with #D5678A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5678A; }

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

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

background-color css

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

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

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

border-color css

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

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

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