Html Css Color HEX #D43960 Cerise

📋 copy color: '#D43960'

red 212 ◦ green 57 ◦ blue 96

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

Shades of Cerise #D43960

Tints of Cerise #D43960

RGB

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

 GREEN value IS 57 (22.66% from 255) = 15.62%

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

R = 58.08%
G = 15.62%
B = 26.3%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.55

 K value IS 0.17

RGB Variations

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

Color information

#D43960 (or 0xD43960) is known color: Cerise. HEX triplet: D4, 39 and 60. RGB value is (212,57,96). Sum of RGB (Red+Green+Blue) = 212+57+96=365 (48% of max value = 765). Red value is 212 (83.20% from 255 or 58.08% from 365); Green value is 57 (22.66% from 255 or 15.62% from 365); Blue value is 96 (37.89% from 255 or 26.30% from 365); Max value from RGB is 212 - color contains mainly: red. Hex color #D43960 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D43960 is #2BC69F. Grayscale: #6B6B6B. Windows color (decimal): -2868896 or 6306260. OLE color: 6306260.

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

Color convert

RGB 212 57 96 -
CMYK 0 0.73 0.55 0.17
HSL 344.9º 0.64% 0.53% -
HSV(B) 344.9º 0.73% 0.83% -
XYZ 30.73 17.77 12.88 -
YUV 107.79 121.35 202.33 -
System Red Green Blue C M Y K H S L
Decimal 212 57 96 0 0.73 0.55 0.17 344.9 0.64 0.53
Hex D4 39 60 0 49 37 11 159 40 35
Octal 324 71 140 0 111 67 21 531 100 65
Binary 11010100 111001 1100000 0 1001001 110111 10001 101011001 1000000 110101

Color Harmonies of #D43960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D43960

Black with #D43960

Text Example


Text Example

White with #D43960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D43960; }

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

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

background-color css

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

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

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

border-color css

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

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

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