Html Css Color HEX #D43F5B Cerise

📋 copy color: '#D43F5B'

red 212 ◦ green 63 ◦ blue 91

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

Shades of Cerise #D43F5B

Tints of Cerise #D43F5B

RGB

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

 GREEN value IS 63 (25% from 255) = 17.21%

 BLUE value IS 91 (35.94% from 255) = 24.86%

R = 57.92%
G = 17.21%
B = 24.86%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.57

 K value IS 0.17

RGB Variations

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

Color information

#D43F5B (or 0xD43F5B) is known color: Cerise. HEX triplet: D4, 3F and 5B. RGB value is (212,63,91). Sum of RGB (Red+Green+Blue) = 212+63+91=366 (48% of max value = 765). Red value is 212 (83.20% from 255 or 57.92% from 366); Green value is 63 (25% from 255 or 17.21% from 366); Blue value is 91 (35.94% from 255 or 24.86% from 366); Max value from RGB is 212 - color contains mainly: red. Hex color #D43F5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D43F5B is #2BC0A4. Grayscale: #6E6E6E. Windows color (decimal): -2867365 or 5980116. OLE color: 5980116.

HSL color Cylindrical-coordinate representation of color #D43F5B: hue angle of 348.72º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D43F5B is Cyan = 0, Magento = 0.70, Yellow = 0.57 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 63 91 -
CMYK 0 0.70 0.57 0.17
HSL 348.72º 0.63% 0.54% -
HSV(B) 348.72º 0.7% 0.83% -
XYZ 30.82 18.31 11.81 -
YUV 110.74 116.86 200.22 -
System Red Green Blue C M Y K H S L
Decimal 212 63 91 0 0.70 0.57 0.17 348.72 0.63 0.54
Hex D4 3F 5B 0 46 39 11 15D 3F 36
Octal 324 77 133 0 106 71 21 535 77 66
Binary 11010100 111111 1011011 0 1000110 111001 10001 101011101 111111 110110

Color Harmonies of #D43F5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D43F5B

Black with #D43F5B

Text Example


Text Example

White with #D43F5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D43F5B; }

 p { color: rgb(212,63,91); }

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

background-color css

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

 a { background-color: rgb(212,63,91); }

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

border-color css

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

 span { border-color: rgb(212,63,91); }

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