Html Css Color HEX #D4309F Deep Cerise

📋 copy color: '#D4309F'

red 212 ◦ green 48 ◦ blue 159

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

Shades of Deep Cerise #D4309F

Tints of Deep Cerise #D4309F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 37.95%

R = 50.6%
G = 11.46%
B = 37.95%

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

#D4309F (or 0xD4309F) is known color: Deep Cerise. HEX triplet: D4, 30 and 9F. RGB value is (212,48,159). Sum of RGB (Red+Green+Blue) = 212+48+159=419 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.60% from 419); Green value is 48 (19.14% from 255 or 11.46% from 419); Blue value is 159 (62.5% from 255 or 37.95% from 419); Max value from RGB is 212 - color contains mainly: red. Hex color #D4309F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D4309F is #2BCF60. Grayscale: #6D6D6D. Windows color (decimal): -2871137 or 10432724. OLE color: 10432724.

HSL color Cylindrical-coordinate representation of color #D4309F: hue angle of 319.39º 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 #D4309F is Cyan = 0, Magento = 0.77, Yellow = 0.25 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 48 159 -
CMYK 0 0.77 0.25 0.17
HSL 319.39º 0.66% 0.51% -
HSV(B) 319.39º 0.77% 0.83% -
XYZ 34.47 18.61 34.58 -
YUV 109.69 155.83 200.97 -
System Red Green Blue C M Y K H S L
Decimal 212 48 159 0 0.77 0.25 0.17 319.39 0.66 0.51
Hex D4 30 9F 0 4D 19 11 13F 42 33
Octal 324 60 237 0 115 31 21 477 102 63
Binary 11010100 110000 10011111 0 1001101 11001 10001 100111111 1000010 110011

Color Harmonies of #D4309F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4309F

Black with #D4309F

Text Example


Text Example

White with #D4309F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4309F; }

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

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

background-color css

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

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

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

border-color css

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

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

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