Html Css Color HEX #D43973 Cerise

📋 copy color: '#D43973'

red 212 ◦ green 57 ◦ blue 115

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

Shades of Cerise #D43973

Tints of Cerise #D43973

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 29.95%

R = 55.21%
G = 14.84%
B = 29.95%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.46

 K value IS 0.17

RGB Variations

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

Color information

#D43973 (or 0xD43973) is known color: Cerise. HEX triplet: D4, 39 and 73. RGB value is (212,57,115). Sum of RGB (Red+Green+Blue) = 212+57+115=384 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.21% from 384); Green value is 57 (22.66% from 255 or 14.84% from 384); Blue value is 115 (45.31% from 255 or 29.95% from 384); Max value from RGB is 212 - color contains mainly: red. Hex color #D43973 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D43973 is #2BC68C. Grayscale: #6D6D6D. Windows color (decimal): -2868877 or 7551444. OLE color: 7551444.

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

Color convert

RGB 212 57 115 -
CMYK 0 0.73 0.46 0.17
HSL 337.55º 0.64% 0.53% -
HSV(B) 337.55º 0.73% 0.83% -
XYZ 31.71 18.16 18.05 -
YUV 109.96 130.85 200.78 -
System Red Green Blue C M Y K H S L
Decimal 212 57 115 0 0.73 0.46 0.17 337.55 0.64 0.53
Hex D4 39 73 0 49 2E 11 152 40 35
Octal 324 71 163 0 111 56 21 522 100 65
Binary 11010100 111001 1110011 0 1001001 101110 10001 101010010 1000000 110101

Color Harmonies of #D43973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D43973

Black with #D43973

Text Example


Text Example

White with #D43973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D43973; }

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

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

background-color css

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

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

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

border-color css

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

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

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