Html Css Color HEX #D4357D Deep Cerise

📋 copy color: '#D4357D'

red 212 ◦ green 53 ◦ blue 125

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

Shades of Deep Cerise #D4357D

Tints of Deep Cerise #D4357D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 13.59%

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

R = 54.36%
G = 13.59%
B = 32.05%

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

#D4357D (or 0xD4357D) is known color: Deep Cerise. HEX triplet: D4, 35 and 7D. RGB value is (212,53,125). Sum of RGB (Red+Green+Blue) = 212+53+125=390 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.36% from 390); Green value is 53 (21.09% from 255 or 13.59% from 390); Blue value is 125 (49.22% from 255 or 32.05% from 390); Max value from RGB is 212 - color contains mainly: red. Hex color #D4357D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D4357D is #2BCA82. Grayscale: #6C6C6C. Windows color (decimal): -2869891 or 8205780. OLE color: 8205780.

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

Color convert

RGB 212 53 125 -
CMYK 0 0.75 0.41 0.17
HSL 332.83º 0.65% 0.52% -
HSV(B) 332.83º 0.75% 0.83% -
XYZ 32.13 18.02 21.19 -
YUV 108.75 137.18 201.65 -
System Red Green Blue C M Y K H S L
Decimal 212 53 125 0 0.75 0.41 0.17 332.83 0.65 0.52
Hex D4 35 7D 0 4B 29 11 14D 41 34
Octal 324 65 175 0 113 51 21 515 101 64
Binary 11010100 110101 1111101 0 1001011 101001 10001 101001101 1000001 110100

Color Harmonies of #D4357D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4357D

Black with #D4357D

Text Example


Text Example

White with #D4357D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4357D; }

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

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

background-color css

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

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

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

border-color css

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

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

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