Html Css Color HEX #D4347D Deep Cerise

📋 copy color: '#D4347D'

red 212 ◦ green 52 ◦ blue 125

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

Shades of Deep Cerise #D4347D

Tints of Deep Cerise #D4347D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 32.13%

R = 54.5%
G = 13.37%
B = 32.13%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.41

 K value IS 0.17

RGB Variations

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

Color information

#D4347D (or 0xD4347D) is known color: Deep Cerise. HEX triplet: D4, 34 and 7D. RGB value is (212,52,125). Sum of RGB (Red+Green+Blue) = 212+52+125=389 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.50% from 389); Green value is 52 (20.70% from 255 or 13.37% from 389); Blue value is 125 (49.22% from 255 or 32.13% from 389); Max value from RGB is 212 - color contains mainly: red. Hex color #D4347D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D4347D is #2BCB82. Grayscale: #6C6C6C. Windows color (decimal): -2870147 or 8205524. OLE color: 8205524.

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

Color convert

RGB 212 52 125 -
CMYK 0 0.75 0.41 0.17
HSL 332.63º 0.65% 0.52% -
HSV(B) 332.63º 0.75% 0.83% -
XYZ 32.08 17.93 21.17 -
YUV 108.16 137.51 202.06 -
System Red Green Blue C M Y K H S L
Decimal 212 52 125 0 0.75 0.41 0.17 332.63 0.65 0.52
Hex D4 34 7D 0 4B 29 11 14D 41 34
Octal 324 64 175 0 113 51 21 515 101 64
Binary 11010100 110100 1111101 0 1001011 101001 10001 101001101 1000001 110100

Color Harmonies of #D4347D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4347D

Black with #D4347D

Text Example


Text Example

White with #D4347D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4347D; }

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

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

background-color css

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

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

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

border-color css

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

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

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