Html Css Color HEX #D43C5D Cerise

📋 copy color: '#D43C5D'

red 212 ◦ green 60 ◦ blue 93

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

Shades of Cerise #D43C5D

Tints of Cerise #D43C5D

RGB

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

 GREEN value IS 60 (23.83% from 255) = 16.44%

 BLUE value IS 93 (36.72% from 255) = 25.48%

R = 58.08%
G = 16.44%
B = 25.48%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.56

 K value IS 0.17

RGB Variations

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

Color information

#D43C5D (or 0xD43C5D) is known color: Cerise. HEX triplet: D4, 3C and 5D. RGB value is (212,60,93). Sum of RGB (Red+Green+Blue) = 212+60+93=365 (48% of max value = 765). Red value is 212 (83.20% from 255 or 58.08% from 365); Green value is 60 (23.83% from 255 or 16.44% from 365); Blue value is 93 (36.72% from 255 or 25.48% from 365); Max value from RGB is 212 - color contains mainly: red. Hex color #D43C5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D43C5D is #2BC3A2. Grayscale: #6D6D6D. Windows color (decimal): -2868131 or 6110420. OLE color: 6110420.

HSL color Cylindrical-coordinate representation of color #D43C5D: hue angle of 346.97º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D43C5D is Cyan = 0, Magento = 0.72, Yellow = 0.56 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 60 93 -
CMYK 0 0.72 0.56 0.17
HSL 346.97º 0.64% 0.53% -
HSV(B) 346.97º 0.72% 0.83% -
XYZ 30.74 18.02 12.21 -
YUV 109.21 118.86 201.32 -
System Red Green Blue C M Y K H S L
Decimal 212 60 93 0 0.72 0.56 0.17 346.97 0.64 0.53
Hex D4 3C 5D 0 48 38 11 15B 40 35
Octal 324 74 135 0 110 70 21 533 100 65
Binary 11010100 111100 1011101 0 1001000 111000 10001 101011011 1000000 110101

Color Harmonies of #D43C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D43C5D

Black with #D43C5D

Text Example


Text Example

White with #D43C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D43C5D; }

 p { color: rgb(212,60,93); }

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

background-color css

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

 a { background-color: rgb(212,60,93); }

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

border-color css

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

 span { border-color: rgb(212,60,93); }

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