Html Css Color HEX #D4349F Deep Cerise

📋 copy color: '#D4349F'

red 212 ◦ green 52 ◦ blue 159

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

Shades of Deep Cerise #D4349F

Tints of Deep Cerise #D4349F

RGB

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

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

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

R = 50.12%
G = 12.29%
B = 37.59%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.25

 K value IS 0.17

RGB Variations

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

Color information

#D4349F (or 0xD4349F) is known color: Deep Cerise. HEX triplet: D4, 34 and 9F. RGB value is (212,52,159). Sum of RGB (Red+Green+Blue) = 212+52+159=423 (56% of max value = 765). Red value is 212 (83.20% from 255 or 50.12% from 423); Green value is 52 (20.70% from 255 or 12.29% from 423); Blue value is 159 (62.5% from 255 or 37.59% from 423); Max value from RGB is 212 - color contains mainly: red. Hex color #D4349F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D4349F is #2BCB60. Grayscale: #6F6F6F. Windows color (decimal): -2870113 or 10433748. OLE color: 10433748.

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

Color convert

RGB 212 52 159 -
CMYK 0 0.75 0.25 0.17
HSL 319.88º 0.65% 0.52% -
HSV(B) 319.88º 0.75% 0.83% -
XYZ 34.64 18.96 34.63 -
YUV 112.04 154.51 199.3 -
System Red Green Blue C M Y K H S L
Decimal 212 52 159 0 0.75 0.25 0.17 319.88 0.65 0.52
Hex D4 34 9F 0 4B 19 11 140 41 34
Octal 324 64 237 0 113 31 21 500 101 64
Binary 11010100 110100 10011111 0 1001011 11001 10001 101000000 1000001 110100

Color Harmonies of #D4349F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4349F

Black with #D4349F

Text Example


Text Example

White with #D4349F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4349F; }

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

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

background-color css

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

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

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

border-color css

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

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

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