Html Css Color HEX #D4358E Deep Cerise

📋 copy color: '#D4358E'

red 212 ◦ green 53 ◦ blue 142

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

Shades of Deep Cerise #D4358E

Tints of Deep Cerise #D4358E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 34.89%

R = 52.09%
G = 13.02%
B = 34.89%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.33

 K value IS 0.17

RGB Variations

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

Color information

#D4358E (or 0xD4358E) is known color: Deep Cerise. HEX triplet: D4, 35 and 8E. RGB value is (212,53,142). Sum of RGB (Red+Green+Blue) = 212+53+142=407 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.09% from 407); Green value is 53 (21.09% from 255 or 13.02% from 407); Blue value is 142 (55.86% from 255 or 34.89% from 407); Max value from RGB is 212 - color contains mainly: red. Hex color #D4358E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D4358E is #2BCA71. Grayscale: #6E6E6E. Windows color (decimal): -2869874 or 9319892. OLE color: 9319892.

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

Color convert

RGB 212 53 142 -
CMYK 0 0.75 0.33 0.17
HSL 326.42º 0.65% 0.52% -
HSV(B) 326.42º 0.75% 0.83% -
XYZ 33.31 18.5 27.41 -
YUV 110.69 145.68 200.26 -
System Red Green Blue C M Y K H S L
Decimal 212 53 142 0 0.75 0.33 0.17 326.42 0.65 0.52
Hex D4 35 8E 0 4B 21 11 146 41 34
Octal 324 65 216 0 113 41 21 506 101 64
Binary 11010100 110101 10001110 0 1001011 100001 10001 101000110 1000001 110100

Color Harmonies of #D4358E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4358E

Black with #D4358E

Text Example


Text Example

White with #D4358E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4358E; }

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

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

background-color css

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

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

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

border-color css

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

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

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