Html Css Color HEX #D43094 Deep Cerise

📋 copy color: '#D43094'

red 212 ◦ green 48 ◦ blue 148

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

Shades of Deep Cerise #D43094

Tints of Deep Cerise #D43094

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 36.27%

R = 51.96%
G = 11.76%
B = 36.27%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.30

 K value IS 0.17

RGB Variations

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

Color information

#D43094 (or 0xD43094) is known color: Deep Cerise. HEX triplet: D4, 30 and 94. RGB value is (212,48,148). Sum of RGB (Red+Green+Blue) = 212+48+148=408 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.96% from 408); Green value is 48 (19.14% from 255 or 11.76% from 408); Blue value is 148 (58.20% from 255 or 36.27% from 408); Max value from RGB is 212 - color contains mainly: red. Hex color #D43094 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D43094 is #2BCF6B. Grayscale: #6C6C6C. Windows color (decimal): -2871148 or 9711828. OLE color: 9711828.

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

Color convert

RGB 212 48 148 -
CMYK 0 0.77 0.30 0.17
HSL 323.41º 0.66% 0.51% -
HSV(B) 323.41º 0.77% 0.83% -
XYZ 33.55 18.25 29.77 -
YUV 108.44 150.33 201.87 -
System Red Green Blue C M Y K H S L
Decimal 212 48 148 0 0.77 0.30 0.17 323.41 0.66 0.51
Hex D4 30 94 0 4D 1E 11 143 42 33
Octal 324 60 224 0 115 36 21 503 102 63
Binary 11010100 110000 10010100 0 1001101 11110 10001 101000011 1000010 110011

Color Harmonies of #D43094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D43094

Black with #D43094

Text Example


Text Example

White with #D43094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D43094; }

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

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

background-color css

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

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

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

border-color css

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

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

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