Html Css Color HEX #D43560 Cerise

📋 copy color: '#D43560'

red 212 ◦ green 53 ◦ blue 96

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

Shades of Cerise #D43560

Tints of Cerise #D43560

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.68%

 BLUE value IS 96 (37.89% from 255) = 26.59%

R = 58.73%
G = 14.68%
B = 26.59%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.55

 K value IS 0.17

RGB Variations

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

Color information

#D43560 (or 0xD43560) is known color: Cerise. HEX triplet: D4, 35 and 60. RGB value is (212,53,96). Sum of RGB (Red+Green+Blue) = 212+53+96=361 (47% of max value = 765). Red value is 212 (83.20% from 255 or 58.73% from 361); Green value is 53 (21.09% from 255 or 14.68% from 361); Blue value is 96 (37.89% from 255 or 26.59% from 361); Max value from RGB is 212 - color contains mainly: red. Hex color #D43560 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D43560 is #2BCA9F. Grayscale: #696969. Windows color (decimal): -2869920 or 6305236. OLE color: 6305236.

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

Color convert

RGB 212 53 96 -
CMYK 0 0.75 0.55 0.17
HSL 343.77º 0.65% 0.52% -
HSV(B) 343.77º 0.75% 0.83% -
XYZ 30.54 17.39 12.81 -
YUV 105.44 122.68 204 -
System Red Green Blue C M Y K H S L
Decimal 212 53 96 0 0.75 0.55 0.17 343.77 0.65 0.52
Hex D4 35 60 0 4B 37 11 158 41 34
Octal 324 65 140 0 113 67 21 530 101 64
Binary 11010100 110101 1100000 0 1001011 110111 10001 101011000 1000001 110100

Color Harmonies of #D43560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D43560

Black with #D43560

Text Example


Text Example

White with #D43560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D43560; }

 p { color: rgb(212,53,96); }

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

background-color css

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

 a { background-color: rgb(212,53,96); }

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

border-color css

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

 span { border-color: rgb(212,53,96); }

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