Html Css Color HEX #D43760 Cerise

📋 copy color: '#D43760'

red 212 ◦ green 55 ◦ blue 96

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

Shades of Cerise #D43760

Tints of Cerise #D43760

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.15%

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

R = 58.4%
G = 15.15%
B = 26.45%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.55

 K value IS 0.17

RGB Variations

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

Color information

#D43760 (or 0xD43760) is known color: Cerise. HEX triplet: D4, 37 and 60. RGB value is (212,55,96). Sum of RGB (Red+Green+Blue) = 212+55+96=363 (48% of max value = 765). Red value is 212 (83.20% from 255 or 58.40% from 363); Green value is 55 (21.88% from 255 or 15.15% from 363); Blue value is 96 (37.89% from 255 or 26.45% from 363); Max value from RGB is 212 - color contains mainly: red. Hex color #D43760 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D43760 is #2BC89F. Grayscale: #6A6A6A. Windows color (decimal): -2869408 or 6305748. OLE color: 6305748.

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

Color convert

RGB 212 55 96 -
CMYK 0 0.74 0.55 0.17
HSL 344.33º 0.65% 0.52% -
HSV(B) 344.33º 0.74% 0.83% -
XYZ 30.63 17.57 12.84 -
YUV 106.62 122.01 203.17 -
System Red Green Blue C M Y K H S L
Decimal 212 55 96 0 0.74 0.55 0.17 344.33 0.65 0.52
Hex D4 37 60 0 4A 37 11 158 41 34
Octal 324 67 140 0 112 67 21 530 101 64
Binary 11010100 110111 1100000 0 1001010 110111 10001 101011000 1000001 110100

Color Harmonies of #D43760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D43760

Black with #D43760

Text Example


Text Example

White with #D43760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D43760; }

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

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

background-color css

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

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

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

border-color css

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

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

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