Html Css Color HEX #D4358F Deep Cerise

📋 copy color: '#D4358F'

red 212 ◦ green 53 ◦ blue 143

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

Shades of Deep Cerise #D4358F

Tints of Deep Cerise #D4358F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 35.05%

R = 51.96%
G = 12.99%
B = 35.05%

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

#D4358F (or 0xD4358F) is known color: Deep Cerise. HEX triplet: D4, 35 and 8F. RGB value is (212,53,143). Sum of RGB (Red+Green+Blue) = 212+53+143=408 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.96% from 408); Green value is 53 (21.09% from 255 or 12.99% from 408); Blue value is 143 (56.25% from 255 or 35.05% from 408); Max value from RGB is 212 - color contains mainly: red. Hex color #D4358F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D4358F is #2BCA70. Grayscale: #6E6E6E. Windows color (decimal): -2869873 or 9385428. OLE color: 9385428.

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

Color convert

RGB 212 53 143 -
CMYK 0 0.75 0.33 0.17
HSL 326.04º 0.65% 0.52% -
HSV(B) 326.04º 0.75% 0.83% -
XYZ 33.38 18.53 27.8 -
YUV 110.8 146.18 200.18 -
System Red Green Blue C M Y K H S L
Decimal 212 53 143 0 0.75 0.33 0.17 326.04 0.65 0.52
Hex D4 35 8F 0 4B 21 11 146 41 34
Octal 324 65 217 0 113 41 21 506 101 64
Binary 11010100 110101 10001111 0 1001011 100001 10001 101000110 1000001 110100

Color Harmonies of #D4358F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4358F

Black with #D4358F

Text Example


Text Example

White with #D4358F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4358F; }

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

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

background-color css

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

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

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

border-color css

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

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

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