Html Css Color HEX #D8345F Cerise

📋 copy color: '#D8345F'

red 216 ◦ green 52 ◦ blue 95

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

Shades of Cerise #D8345F

Tints of Cerise #D8345F

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.33%

 BLUE value IS 95 (37.5% from 255) = 26.17%

R = 59.5%
G = 14.33%
B = 26.17%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#D8345F (or 0xD8345F) is known color: Cerise. HEX triplet: D8, 34 and 5F. RGB value is (216,52,95). Sum of RGB (Red+Green+Blue) = 216+52+95=363 (48% of max value = 765). Red value is 216 (84.77% from 255 or 59.50% from 363); Green value is 52 (20.70% from 255 or 14.33% from 363); Blue value is 95 (37.5% from 255 or 26.17% from 363); Max value from RGB is 216 - color contains mainly: red. Hex color #D8345F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8345F is #27CBA0. Grayscale: #696969. Windows color (decimal): -2608033 or 6239448. OLE color: 6239448.

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

Color convert

RGB 216 52 95 -
CMYK 0 0.76 0.56 0.15
HSL 344.27º 0.68% 0.53% -
HSV(B) 344.27º 0.76% 0.85% -
XYZ 31.61 17.88 12.61 -
YUV 105.94 121.83 206.5 -
System Red Green Blue C M Y K H S L
Decimal 216 52 95 0 0.76 0.56 0.15 344.27 0.68 0.53
Hex D8 34 5F 0 4C 38 F 158 44 35
Octal 330 64 137 0 114 70 17 530 104 65
Binary 11011000 110100 1011111 0 1001100 111000 1111 101011000 1000100 110101

Color Harmonies of #D8345F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8345F

Black with #D8345F

Text Example


Text Example

White with #D8345F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8345F; }

 p { color: rgb(216,52,95); }

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

background-color css

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

 a { background-color: rgb(216,52,95); }

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

border-color css

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

 span { border-color: rgb(216,52,95); }

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