Html Css Color HEX #D4349B Deep Cerise

📋 copy color: '#D4349B'

red 212 ◦ green 52 ◦ blue 155

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

Shades of Deep Cerise #D4349B

Tints of Deep Cerise #D4349B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 36.99%

R = 50.6%
G = 12.41%
B = 36.99%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.27

 K value IS 0.17

RGB Variations

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

Color information

#D4349B (or 0xD4349B) is known color: Deep Cerise. HEX triplet: D4, 34 and 9B. RGB value is (212,52,155). Sum of RGB (Red+Green+Blue) = 212+52+155=419 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.60% from 419); Green value is 52 (20.70% from 255 or 12.41% from 419); Blue value is 155 (60.94% from 255 or 36.99% from 419); Max value from RGB is 212 - color contains mainly: red. Hex color #D4349B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D4349B is #2BCB64. Grayscale: #6F6F6F. Windows color (decimal): -2870117 or 10171604. OLE color: 10171604.

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

Color convert

RGB 212 52 155 -
CMYK 0 0.75 0.27 0.17
HSL 321.38º 0.65% 0.52% -
HSV(B) 321.38º 0.75% 0.83% -
XYZ 34.3 18.82 32.84 -
YUV 111.58 152.51 199.62 -
System Red Green Blue C M Y K H S L
Decimal 212 52 155 0 0.75 0.27 0.17 321.38 0.65 0.52
Hex D4 34 9B 0 4B 1B 11 141 41 34
Octal 324 64 233 0 113 33 21 501 101 64
Binary 11010100 110100 10011011 0 1001011 11011 10001 101000001 1000001 110100

Color Harmonies of #D4349B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4349B

Black with #D4349B

Text Example


Text Example

White with #D4349B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4349B; }

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

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

background-color css

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

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

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

border-color css

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

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

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