Html Css Color HEX #D8628C Pale Violet Red

📋 copy color: '#D8628C'

red 216 ◦ green 98 ◦ blue 140

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

Shades of Pale Violet Red #D8628C

Tints of Pale Violet Red #D8628C

RGB

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

 GREEN value IS 98 (38.67% from 255) = 21.59%

 BLUE value IS 140 (55.08% from 255) = 30.84%

R = 47.58%
G = 21.59%
B = 30.84%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#D8628C (or 0xD8628C) is known color: Pale Violet Red. HEX triplet: D8, 62 and 8C. RGB value is (216,98,140). Sum of RGB (Red+Green+Blue) = 216+98+140=454 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.58% from 454); Green value is 98 (38.67% from 255 or 21.59% from 454); Blue value is 140 (55.08% from 255 or 30.84% from 454); Max value from RGB is 216 - color contains mainly: red. Hex color #D8628C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D8628C is #279D73. Grayscale: #8A8A8A. Windows color (decimal): -2596212 or 9200344. OLE color: 9200344.

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

Color convert

RGB 216 98 140 -
CMYK 0 0.55 0.35 0.15
HSL 338.64º 0.6% 0.62% -
HSV(B) 338.64º 0.55% 0.85% -
XYZ 37.42 25.23 27.71 -
YUV 138.07 129.09 183.58 -
System Red Green Blue C M Y K H S L
Decimal 216 98 140 0 0.55 0.35 0.15 338.64 0.6 0.62
Hex D8 62 8C 0 37 23 F 153 3C 3E
Octal 330 142 214 0 67 43 17 523 74 76
Binary 11011000 1100010 10001100 0 110111 100011 1111 101010011 111100 111110

Color Harmonies of #D8628C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8628C

Black with #D8628C

Text Example


Text Example

White with #D8628C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8628C; }

 p { color: rgb(216,98,140); }

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

background-color css

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

 a { background-color: rgb(216,98,140); }

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

border-color css

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

 span { border-color: rgb(216,98,140); }

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