Html Css Color HEX #D8638D Pale Violet Red

📋 copy color: '#D8638D'

red 216 ◦ green 99 ◦ blue 141

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

Shades of Pale Violet Red #D8638D

Tints of Pale Violet Red #D8638D

RGB

 RED value IS 216 (84.77% from 255) = 47.37%

 GREEN value IS 99 (39.06% from 255) = 21.71%

 BLUE value IS 141 (55.47% from 255) = 30.92%

R = 47.37%
G = 21.71%
B = 30.92%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#D8638D (or 0xD8638D) is known color: Pale Violet Red. HEX triplet: D8, 63 and 8D. RGB value is (216,99,141). Sum of RGB (Red+Green+Blue) = 216+99+141=456 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.37% from 456); Green value is 99 (39.06% from 255 or 21.71% from 456); Blue value is 141 (55.47% from 255 or 30.92% from 456); Max value from RGB is 216 - color contains mainly: red. Hex color #D8638D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D8638D is #279C72. Grayscale: #8A8A8A. Windows color (decimal): -2595955 or 9266136. OLE color: 9266136.

HSL color Cylindrical-coordinate representation of color #D8638D: hue angle of 338.46º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D8638D is Cyan = 0, Magento = 0.54, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 99 141 -
CMYK 0 0.54 0.35 0.15
HSL 338.46º 0.6% 0.62% -
HSV(B) 338.46º 0.54% 0.85% -
XYZ 37.59 25.45 28.13 -
YUV 138.77 129.26 183.08 -
System Red Green Blue C M Y K H S L
Decimal 216 99 141 0 0.54 0.35 0.15 338.46 0.6 0.62
Hex D8 63 8D 0 36 23 F 152 3C 3E
Octal 330 143 215 0 66 43 17 522 74 76
Binary 11011000 1100011 10001101 0 110110 100011 1111 101010010 111100 111110

Color Harmonies of #D8638D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8638D

Black with #D8638D

Text Example


Text Example

White with #D8638D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8638D; }

 p { color: rgb(216,99,141); }

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

background-color css

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

 a { background-color: rgb(216,99,141); }

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

border-color css

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

 span { border-color: rgb(216,99,141); }

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