Html Css Color HEX #D43794 Deep Cerise

📋 copy color: '#D43794'

red 212 ◦ green 55 ◦ blue 148

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

Shades of Deep Cerise #D43794

Tints of Deep Cerise #D43794

RGB

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

 GREEN value IS 55 (21.88% from 255) = 13.25%

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

R = 51.08%
G = 13.25%
B = 35.66%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.30

 K value IS 0.17

RGB Variations

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

Color information

#D43794 (or 0xD43794) is known color: Deep Cerise. HEX triplet: D4, 37 and 94. RGB value is (212,55,148). Sum of RGB (Red+Green+Blue) = 212+55+148=415 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.08% from 415); Green value is 55 (21.88% from 255 or 13.25% from 415); Blue value is 148 (58.20% from 255 or 35.66% from 415); Max value from RGB is 212 - color contains mainly: red. Hex color #D43794 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D43794 is #2BC86B. Grayscale: #707070. Windows color (decimal): -2869356 or 9713620. OLE color: 9713620.

HSL color Cylindrical-coordinate representation of color #D43794: hue angle of 324.46º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D43794 is Cyan = 0, Magento = 0.74, Yellow = 0.30 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 55 148 -
CMYK 0 0.74 0.30 0.17
HSL 324.46º 0.65% 0.52% -
HSV(B) 324.46º 0.74% 0.83% -
XYZ 33.86 18.87 29.87 -
YUV 112.55 148.01 198.94 -
System Red Green Blue C M Y K H S L
Decimal 212 55 148 0 0.74 0.30 0.17 324.46 0.65 0.52
Hex D4 37 94 0 4A 1E 11 144 41 34
Octal 324 67 224 0 112 36 21 504 101 64
Binary 11010100 110111 10010100 0 1001010 11110 10001 101000100 1000001 110100

Color Harmonies of #D43794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D43794

Black with #D43794

Text Example


Text Example

White with #D43794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D43794; }

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

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

background-color css

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

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

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

border-color css

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

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

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