Html Css Color HEX #D8307C Deep Cerise

📋 copy color: '#D8307C'

red 216 ◦ green 48 ◦ blue 124

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

Shades of Deep Cerise #D8307C

Tints of Deep Cerise #D8307C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 31.96%

R = 55.67%
G = 12.37%
B = 31.96%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#D8307C (or 0xD8307C) is known color: Deep Cerise. HEX triplet: D8, 30 and 7C. RGB value is (216,48,124). Sum of RGB (Red+Green+Blue) = 216+48+124=388 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.67% from 388); Green value is 48 (19.14% from 255 or 12.37% from 388); Blue value is 124 (48.83% from 255 or 31.96% from 388); Max value from RGB is 216 - color contains mainly: red. Hex color #D8307C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8307C is #27CF83. Grayscale: #6A6A6A. Windows color (decimal): -2609028 or 8138968. OLE color: 8138968.

HSL color Cylindrical-coordinate representation of color #D8307C: hue angle of 332.86º 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 #D8307C is Cyan = 0, Magento = 0.78, Yellow = 0.43 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 48 124 -
CMYK 0 0.78 0.43 0.15
HSL 332.86º 0.68% 0.52% -
HSV(B) 332.86º 0.78% 0.85% -
XYZ 33.01 18.17 20.84 -
YUV 106.9 137.66 205.82 -
System Red Green Blue C M Y K H S L
Decimal 216 48 124 0 0.78 0.43 0.15 332.86 0.68 0.52
Hex D8 30 7C 0 4E 2B F 14D 44 34
Octal 330 60 174 0 116 53 17 515 104 64
Binary 11011000 110000 1111100 0 1001110 101011 1111 101001101 1000100 110100

Color Harmonies of #D8307C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8307C

Black with #D8307C

Text Example


Text Example

White with #D8307C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8307C; }

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

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

background-color css

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

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

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

border-color css

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

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

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