Html Css Color HEX #D42B5B Cerise

📋 copy color: '#D42B5B'

red 212 ◦ green 43 ◦ blue 91

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

Shades of Cerise #D42B5B

Tints of Cerise #D42B5B

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.43%

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

R = 61.27%
G = 12.43%
B = 26.3%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.57

 K value IS 0.17

RGB Variations

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

Color information

#D42B5B (or 0xD42B5B) is known color: Cerise. HEX triplet: D4, 2B and 5B. RGB value is (212,43,91). Sum of RGB (Red+Green+Blue) = 212+43+91=346 (45% of max value = 765). Red value is 212 (83.20% from 255 or 61.27% from 346); Green value is 43 (17.19% from 255 or 12.43% from 346); Blue value is 91 (35.94% from 255 or 26.30% from 346); Max value from RGB is 212 - color contains mainly: red. Hex color #D42B5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D42B5B is #2BD4A4. Grayscale: #626262. Windows color (decimal): -2872485 or 5974996. OLE color: 5974996.

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

Color convert

RGB 212 43 91 -
CMYK 0 0.80 0.57 0.17
HSL 342.96º 0.66% 0.5% -
HSV(B) 342.96º 0.8% 0.83% -
XYZ 29.9 16.48 11.5 -
YUV 99 123.49 208.6 -
System Red Green Blue C M Y K H S L
Decimal 212 43 91 0 0.80 0.57 0.17 342.96 0.66 0.5
Hex D4 2B 5B 0 50 39 11 157 42 32
Octal 324 53 133 0 120 71 21 527 102 62
Binary 11010100 101011 1011011 0 1010000 111001 10001 101010111 1000010 110010

Color Harmonies of #D42B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42B5B

Black with #D42B5B

Text Example


Text Example

White with #D42B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42B5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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