Html Css Color HEX #D42E5B Cerise

📋 copy color: '#D42E5B'

red 212 ◦ green 46 ◦ blue 91

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

Shades of Cerise #D42E5B

Tints of Cerise #D42E5B

RGB

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

 GREEN value IS 46 (18.36% from 255) = 13.18%

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

R = 60.74%
G = 13.18%
B = 26.07%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.57

 K value IS 0.17

RGB Variations

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

Color information

#D42E5B (or 0xD42E5B) is known color: Cerise. HEX triplet: D4, 2E and 5B. RGB value is (212,46,91). Sum of RGB (Red+Green+Blue) = 212+46+91=349 (46% of max value = 765). Red value is 212 (83.20% from 255 or 60.74% from 349); Green value is 46 (18.36% from 255 or 13.18% from 349); Blue value is 91 (35.94% from 255 or 26.07% from 349); Max value from RGB is 212 - color contains mainly: red. Hex color #D42E5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D42E5B is #2BD1A4. Grayscale: #646464. Windows color (decimal): -2871717 or 5975764. OLE color: 5975764.

HSL color Cylindrical-coordinate representation of color #D42E5B: hue angle of 343.73º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D42E5B is Cyan = 0, Magento = 0.78, Yellow = 0.57 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 46 91 -
CMYK 0 0.78 0.57 0.17
HSL 343.73º 0.66% 0.51% -
HSV(B) 343.73º 0.78% 0.83% -
XYZ 30.02 16.71 11.54 -
YUV 100.76 122.5 207.34 -
System Red Green Blue C M Y K H S L
Decimal 212 46 91 0 0.78 0.57 0.17 343.73 0.66 0.51
Hex D4 2E 5B 0 4E 39 11 158 42 33
Octal 324 56 133 0 116 71 21 530 102 63
Binary 11010100 101110 1011011 0 1001110 111001 10001 101011000 1000010 110011

Color Harmonies of #D42E5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42E5B

Black with #D42E5B

Text Example


Text Example

White with #D42E5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42E5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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