Html Css Color HEX #D4358B Deep Cerise

📋 copy color: '#D4358B'

red 212 ◦ green 53 ◦ blue 139

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

Shades of Deep Cerise #D4358B

Tints of Deep Cerise #D4358B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 34.41%

R = 52.48%
G = 13.12%
B = 34.41%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.34

 K value IS 0.17

RGB Variations

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

Color information

#D4358B (or 0xD4358B) is known color: Deep Cerise. HEX triplet: D4, 35 and 8B. RGB value is (212,53,139). Sum of RGB (Red+Green+Blue) = 212+53+139=404 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.48% from 404); Green value is 53 (21.09% from 255 or 13.12% from 404); Blue value is 139 (54.69% from 255 or 34.41% from 404); Max value from RGB is 212 - color contains mainly: red. Hex color #D4358B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D4358B is #2BCA74. Grayscale: #6E6E6E. Windows color (decimal): -2869877 or 9123284. OLE color: 9123284.

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

Color convert

RGB 212 53 139 -
CMYK 0 0.75 0.34 0.17
HSL 327.55º 0.65% 0.52% -
HSV(B) 327.55º 0.75% 0.83% -
XYZ 33.08 18.41 26.24 -
YUV 110.35 144.18 200.51 -
System Red Green Blue C M Y K H S L
Decimal 212 53 139 0 0.75 0.34 0.17 327.55 0.65 0.52
Hex D4 35 8B 0 4B 22 11 148 41 34
Octal 324 65 213 0 113 42 21 510 101 64
Binary 11010100 110101 10001011 0 1001011 100010 10001 101001000 1000001 110100

Color Harmonies of #D4358B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4358B

Black with #D4358B

Text Example


Text Example

White with #D4358B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4358B; }

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

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

background-color css

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

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

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

border-color css

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

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

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