Html Css Color HEX #D8305F Cerise

📋 copy color: '#D8305F'

red 216 ◦ green 48 ◦ blue 95

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

Shades of Cerise #D8305F

Tints of Cerise #D8305F

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.37%

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

R = 60.17%
G = 13.37%
B = 26.46%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#D8305F (or 0xD8305F) is known color: Cerise. HEX triplet: D8, 30 and 5F. RGB value is (216,48,95). Sum of RGB (Red+Green+Blue) = 216+48+95=359 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.17% from 359); Green value is 48 (19.14% from 255 or 13.37% from 359); Blue value is 95 (37.5% from 255 or 26.46% from 359); Max value from RGB is 216 - color contains mainly: red. Hex color #D8305F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8305F is #27CFA0. Grayscale: #676767. Windows color (decimal): -2609057 or 6238424. OLE color: 6238424.

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

Color convert

RGB 216 48 95 -
CMYK 0 0.78 0.56 0.15
HSL 343.21º 0.68% 0.52% -
HSV(B) 343.21º 0.78% 0.85% -
XYZ 31.44 17.54 12.55 -
YUV 103.59 123.16 208.18 -
System Red Green Blue C M Y K H S L
Decimal 216 48 95 0 0.78 0.56 0.15 343.21 0.68 0.52
Hex D8 30 5F 0 4E 38 F 157 44 34
Octal 330 60 137 0 116 70 17 527 104 64
Binary 11011000 110000 1011111 0 1001110 111000 1111 101010111 1000100 110100

Color Harmonies of #D8305F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8305F

Black with #D8305F

Text Example


Text Example

White with #D8305F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8305F; }

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

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

background-color css

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

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

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

border-color css

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

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

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