Html Css Color HEX #D4309E Deep Cerise

📋 copy color: '#D4309E'

red 212 ◦ green 48 ◦ blue 158

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

Shades of Deep Cerise #D4309E

Tints of Deep Cerise #D4309E

RGB

 RED value IS 212 (83.2% from 255) = 50.72%

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

 BLUE value IS 158 (62.11% from 255) = 37.8%

R = 50.72%
G = 11.48%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.25

 K value IS 0.17

RGB Variations

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

Color information

#D4309E (or 0xD4309E) is known color: Deep Cerise. HEX triplet: D4, 30 and 9E. RGB value is (212,48,158). Sum of RGB (Red+Green+Blue) = 212+48+158=418 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.72% from 418); Green value is 48 (19.14% from 255 or 11.48% from 418); Blue value is 158 (62.11% from 255 or 37.80% from 418); Max value from RGB is 212 - color contains mainly: red. Hex color #D4309E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D4309E is #2BCF61. Grayscale: #6D6D6D. Windows color (decimal): -2871138 or 10367188. OLE color: 10367188.

HSL color Cylindrical-coordinate representation of color #D4309E: hue angle of 319.76º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D4309E is Cyan = 0, Magento = 0.77, Yellow = 0.25 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 48 158 -
CMYK 0 0.77 0.25 0.17
HSL 319.76º 0.66% 0.51% -
HSV(B) 319.76º 0.77% 0.83% -
XYZ 34.38 18.58 34.12 -
YUV 109.58 155.33 201.06 -
System Red Green Blue C M Y K H S L
Decimal 212 48 158 0 0.77 0.25 0.17 319.76 0.66 0.51
Hex D4 30 9E 0 4D 19 11 140 42 33
Octal 324 60 236 0 115 31 21 500 102 63
Binary 11010100 110000 10011110 0 1001101 11001 10001 101000000 1000010 110011

Color Harmonies of #D4309E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4309E

Black with #D4309E

Text Example


Text Example

White with #D4309E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4309E; }

 p { color: rgb(212,48,158); }

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

background-color css

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

 a { background-color: rgb(212,48,158); }

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

border-color css

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

 span { border-color: rgb(212,48,158); }

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