Html Css Color HEX #D8618A Pale Violet Red

📋 copy color: '#D8618A'

red 216 ◦ green 97 ◦ blue 138

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

Shades of Pale Violet Red #D8618A

Tints of Pale Violet Red #D8618A

RGB

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

 GREEN value IS 97 (38.28% from 255) = 21.51%

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

R = 47.89%
G = 21.51%
B = 30.6%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#D8618A (or 0xD8618A) is known color: Pale Violet Red. HEX triplet: D8, 61 and 8A. RGB value is (216,97,138). Sum of RGB (Red+Green+Blue) = 216+97+138=451 (59% of max value = 765). Red value is 216 (84.77% from 255 or 47.89% from 451); Green value is 97 (38.28% from 255 or 21.51% from 451); Blue value is 138 (54.30% from 255 or 30.60% from 451); Max value from RGB is 216 - color contains mainly: red. Hex color #D8618A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D8618A is #279E75. Grayscale: #898989. Windows color (decimal): -2596470 or 9069016. OLE color: 9069016.

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

Color convert

RGB 216 97 138 -
CMYK 0 0.55 0.36 0.15
HSL 339.33º 0.6% 0.61% -
HSV(B) 339.33º 0.55% 0.85% -
XYZ 37.18 24.98 26.91 -
YUV 137.26 128.42 184.17 -
System Red Green Blue C M Y K H S L
Decimal 216 97 138 0 0.55 0.36 0.15 339.33 0.6 0.61
Hex D8 61 8A 0 37 24 F 153 3C 3D
Octal 330 141 212 0 67 44 17 523 74 75
Binary 11011000 1100001 10001010 0 110111 100100 1111 101010011 111100 111101

Color Harmonies of #D8618A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8618A

Black with #D8618A

Text Example


Text Example

White with #D8618A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8618A; }

 p { color: rgb(216,97,138); }

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

background-color css

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

 a { background-color: rgb(216,97,138); }

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

border-color css

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

 span { border-color: rgb(216,97,138); }

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