Html Css Color HEX #D7308D Deep Cerise

📋 copy color: '#D7308D'

red 215 ◦ green 48 ◦ blue 141

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

Shades of Deep Cerise #D7308D

Tints of Deep Cerise #D7308D

RGB

 RED value IS 215 (84.38% from 255) = 53.22%

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

 BLUE value IS 141 (55.47% from 255) = 34.9%

R = 53.22%
G = 11.88%
B = 34.9%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#D7308D (or 0xD7308D) is known color: Deep Cerise. HEX triplet: D7, 30 and 8D. RGB value is (215,48,141). Sum of RGB (Red+Green+Blue) = 215+48+141=404 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.22% from 404); Green value is 48 (19.14% from 255 or 11.88% from 404); Blue value is 141 (55.47% from 255 or 34.90% from 404); Max value from RGB is 215 - color contains mainly: red. Hex color #D7308D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D7308D is #28CF72. Grayscale: #6C6C6C. Windows color (decimal): -2674547 or 9253079. OLE color: 9253079.

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

Color convert

RGB 215 48 141 -
CMYK 0 0.78 0.34 0.16
HSL 326.59º 0.68% 0.52% -
HSV(B) 326.59º 0.78% 0.84% -
XYZ 33.89 18.48 26.98 -
YUV 108.54 146.33 203.94 -
System Red Green Blue C M Y K H S L
Decimal 215 48 141 0 0.78 0.34 0.16 326.59 0.68 0.52
Hex D7 30 8D 0 4E 22 10 147 44 34
Octal 327 60 215 0 116 42 20 507 104 64
Binary 11010111 110000 10001101 0 1001110 100010 10000 101000111 1000100 110100

Color Harmonies of #D7308D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7308D

Black with #D7308D

Text Example


Text Example

White with #D7308D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7308D; }

 p { color: rgb(215,48,141); }

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

background-color css

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

 a { background-color: rgb(215,48,141); }

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

border-color css

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

 span { border-color: rgb(215,48,141); }

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