Html Css Color HEX #D4349C Deep Cerise

📋 copy color: '#D4349C'

red 212 ◦ green 52 ◦ blue 156

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

Shades of Deep Cerise #D4349C

Tints of Deep Cerise #D4349C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 12.38%

 BLUE value IS 156 (61.33% from 255) = 37.14%

R = 50.48%
G = 12.38%
B = 37.14%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.26

 K value IS 0.17

RGB Variations

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

Color information

#D4349C (or 0xD4349C) is known color: Deep Cerise. HEX triplet: D4, 34 and 9C. RGB value is (212,52,156). Sum of RGB (Red+Green+Blue) = 212+52+156=420 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.48% from 420); Green value is 52 (20.70% from 255 or 12.38% from 420); Blue value is 156 (61.33% from 255 or 37.14% from 420); Max value from RGB is 212 - color contains mainly: red. Hex color #D4349C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D4349C is #2BCB63. Grayscale: #6F6F6F. Windows color (decimal): -2870116 or 10237140. OLE color: 10237140.

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

Color convert

RGB 212 52 156 -
CMYK 0 0.75 0.26 0.17
HSL 321º 0.65% 0.52% -
HSV(B) 321º 0.75% 0.83% -
XYZ 34.38 18.85 33.28 -
YUV 111.7 153.01 199.54 -
System Red Green Blue C M Y K H S L
Decimal 212 52 156 0 0.75 0.26 0.17 321 0.65 0.52
Hex D4 34 9C 0 4B 1A 11 141 41 34
Octal 324 64 234 0 113 32 21 501 101 64
Binary 11010100 110100 10011100 0 1001011 11010 10001 101000001 1000001 110100

Color Harmonies of #D4349C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4349C

Black with #D4349C

Text Example


Text Example

White with #D4349C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4349C; }

 p { color: rgb(212,52,156); }

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

background-color css

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

 a { background-color: rgb(212,52,156); }

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

border-color css

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

 span { border-color: rgb(212,52,156); }

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