Html Css Color HEX #D42865 Cerise

📋 copy color: '#D42865'

red 212 ◦ green 40 ◦ blue 101

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

Shades of Cerise #D42865

Tints of Cerise #D42865

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 28.61%

R = 60.06%
G = 11.33%
B = 28.61%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.52

 K value IS 0.17

RGB Variations

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

Color information

#D42865 (or 0xD42865) is known color: Cerise. HEX triplet: D4, 28 and 65. RGB value is (212,40,101). Sum of RGB (Red+Green+Blue) = 212+40+101=353 (46% of max value = 765). Red value is 212 (83.20% from 255 or 60.06% from 353); Green value is 40 (16.02% from 255 or 11.33% from 353); Blue value is 101 (39.84% from 255 or 28.61% from 353); Max value from RGB is 212 - color contains mainly: red. Hex color #D42865 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D42865 is #2BD79A. Grayscale: #626262. Windows color (decimal): -2873243 or 6629588. OLE color: 6629588.

HSL color Cylindrical-coordinate representation of color #D42865: hue angle of 338.72º 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 #D42865 is Cyan = 0, Magento = 0.81, Yellow = 0.52 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 40 101 -
CMYK 0 0.81 0.52 0.17
HSL 338.72º 0.68% 0.49% -
HSV(B) 338.72º 0.81% 0.83% -
XYZ 30.26 16.45 13.89 -
YUV 98.38 129.48 209.04 -
System Red Green Blue C M Y K H S L
Decimal 212 40 101 0 0.81 0.52 0.17 338.72 0.68 0.49
Hex D4 28 65 0 51 34 11 153 44 31
Octal 324 50 145 0 121 64 21 523 104 61
Binary 11010100 101000 1100101 0 1010001 110100 10001 101010011 1000100 110001

Color Harmonies of #D42865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42865

Black with #D42865

Text Example


Text Example

White with #D42865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42865; }

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

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

background-color css

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

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

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

border-color css

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

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

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