Html Css Color HEX #D42365 Cerise

📋 copy color: '#D42365'

red 212 ◦ green 35 ◦ blue 101

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

Shades of Cerise #D42365

Tints of Cerise #D42365

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.06%

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

R = 60.92%
G = 10.06%
B = 29.02%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.52

 K value IS 0.17

RGB Variations

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

Color information

#D42365 (or 0xD42365) is known color: Cerise. HEX triplet: D4, 23 and 65. RGB value is (212,35,101). Sum of RGB (Red+Green+Blue) = 212+35+101=348 (46% of max value = 765). Red value is 212 (83.20% from 255 or 60.92% from 348); Green value is 35 (14.06% from 255 or 10.06% from 348); Blue value is 101 (39.84% from 255 or 29.02% from 348); Max value from RGB is 212 - color contains mainly: red. Hex color #D42365 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D42365 is #2BDC9A. Grayscale: #5F5F5F. Windows color (decimal): -2874523 or 6628308. OLE color: 6628308.

HSL color Cylindrical-coordinate representation of color #D42365: hue angle of 337.63º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D42365 is Cyan = 0, Magento = 0.83, Yellow = 0.52 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 35 101 -
CMYK 0 0.83 0.52 0.17
HSL 337.63º 0.72% 0.48% -
HSV(B) 337.63º 0.83% 0.83% -
XYZ 30.1 16.14 13.84 -
YUV 95.45 131.14 211.13 -
System Red Green Blue C M Y K H S L
Decimal 212 35 101 0 0.83 0.52 0.17 337.63 0.72 0.48
Hex D4 23 65 0 53 34 11 152 48 30
Octal 324 43 145 0 123 64 21 522 110 60
Binary 11010100 100011 1100101 0 1010011 110100 10001 101010010 1001000 110000

Color Harmonies of #D42365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42365

Black with #D42365

Text Example


Text Example

White with #D42365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42365; }

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

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

background-color css

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

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

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

border-color css

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

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

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