Html Css Color HEX #D42861 Cerise

📋 copy color: '#D42861'

red 212 ◦ green 40 ◦ blue 97

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

Shades of Cerise #D42861

Tints of Cerise #D42861

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.46%

 BLUE value IS 97 (38.28% from 255) = 27.79%

R = 60.74%
G = 11.46%
B = 27.79%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.54

 K value IS 0.17

RGB Variations

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

Color information

#D42861 (or 0xD42861) is known color: Cerise. HEX triplet: D4, 28 and 61. RGB value is (212,40,97). Sum of RGB (Red+Green+Blue) = 212+40+97=349 (46% of max value = 765). Red value is 212 (83.20% from 255 or 60.74% from 349); Green value is 40 (16.02% from 255 or 11.46% from 349); Blue value is 97 (38.28% from 255 or 27.79% from 349); Max value from RGB is 212 - color contains mainly: red. Hex color #D42861 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D42861 is #2BD79E. Grayscale: #616161. Windows color (decimal): -2873247 or 6367444. OLE color: 6367444.

HSL color Cylindrical-coordinate representation of color #D42861: hue angle of 340.12º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D42861 is Cyan = 0, Magento = 0.81, Yellow = 0.54 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 40 97 -
CMYK 0 0.81 0.54 0.17
HSL 340.12º 0.68% 0.49% -
HSV(B) 340.12º 0.81% 0.83% -
XYZ 30.07 16.38 12.89 -
YUV 97.93 127.48 209.37 -
System Red Green Blue C M Y K H S L
Decimal 212 40 97 0 0.81 0.54 0.17 340.12 0.68 0.49
Hex D4 28 61 0 51 36 11 154 44 31
Octal 324 50 141 0 121 66 21 524 104 61
Binary 11010100 101000 1100001 0 1010001 110110 10001 101010100 1000100 110001

Color Harmonies of #D42861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42861

Black with #D42861

Text Example


Text Example

White with #D42861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42861; }

 p { color: rgb(212,40,97); }

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

background-color css

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

 a { background-color: rgb(212,40,97); }

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

border-color css

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

 span { border-color: rgb(212,40,97); }

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