Html Css Color HEX #D8307D Deep Cerise

📋 copy color: '#D8307D'

red 216 ◦ green 48 ◦ blue 125

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

Shades of Deep Cerise #D8307D

Tints of Deep Cerise #D8307D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 32.13%

R = 55.53%
G = 12.34%
B = 32.13%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#D8307D (or 0xD8307D) is known color: Deep Cerise. HEX triplet: D8, 30 and 7D. RGB value is (216,48,125). Sum of RGB (Red+Green+Blue) = 216+48+125=389 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.53% from 389); Green value is 48 (19.14% from 255 or 12.34% from 389); Blue value is 125 (49.22% from 255 or 32.13% from 389); Max value from RGB is 216 - color contains mainly: red. Hex color #D8307D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8307D is #27CF82. Grayscale: #6A6A6A. Windows color (decimal): -2609027 or 8204504. OLE color: 8204504.

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

Color convert

RGB 216 48 125 -
CMYK 0 0.78 0.42 0.15
HSL 332.5º 0.68% 0.52% -
HSV(B) 332.5º 0.78% 0.85% -
XYZ 33.08 18.19 21.17 -
YUV 107.01 138.16 205.74 -
System Red Green Blue C M Y K H S L
Decimal 216 48 125 0 0.78 0.42 0.15 332.5 0.68 0.52
Hex D8 30 7D 0 4E 2A F 14C 44 34
Octal 330 60 175 0 116 52 17 514 104 64
Binary 11011000 110000 1111101 0 1001110 101010 1111 101001100 1000100 110100

Color Harmonies of #D8307D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8307D

Black with #D8307D

Text Example


Text Example

White with #D8307D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8307D; }

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

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

background-color css

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

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

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

border-color css

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

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

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