Html Css Color HEX #D8608D Pale Violet Red

📋 copy color: '#D8608D'

red 216 ◦ green 96 ◦ blue 141

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

Shades of Pale Violet Red #D8608D

Tints of Pale Violet Red #D8608D

RGB

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

 GREEN value IS 96 (37.89% from 255) = 21.19%

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

R = 47.68%
G = 21.19%
B = 31.13%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#D8608D (or 0xD8608D) is known color: Pale Violet Red. HEX triplet: D8, 60 and 8D. RGB value is (216,96,141). Sum of RGB (Red+Green+Blue) = 216+96+141=453 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.68% from 453); Green value is 96 (37.89% from 255 or 21.19% from 453); Blue value is 141 (55.47% from 255 or 31.13% from 453); Max value from RGB is 216 - color contains mainly: red. Hex color #D8608D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D8608D is #279F72. Grayscale: #888888. Windows color (decimal): -2596723 or 9265368. OLE color: 9265368.

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

Color convert

RGB 216 96 141 -
CMYK 0 0.56 0.35 0.15
HSL 337.5º 0.61% 0.61% -
HSV(B) 337.5º 0.56% 0.85% -
XYZ 37.31 24.89 28.04 -
YUV 137.01 130.26 184.34 -
System Red Green Blue C M Y K H S L
Decimal 216 96 141 0 0.56 0.35 0.15 337.5 0.61 0.61
Hex D8 60 8D 0 38 23 F 152 3D 3D
Octal 330 140 215 0 70 43 17 522 75 75
Binary 11011000 1100000 10001101 0 111000 100011 1111 101010010 111101 111101

Color Harmonies of #D8608D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8608D

Black with #D8608D

Text Example


Text Example

White with #D8608D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8608D; }

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

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

background-color css

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

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

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

border-color css

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

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

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