Html Css Color HEX #D53974 Cerise

📋 copy color: '#D53974'

red 213 ◦ green 57 ◦ blue 116

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

Shades of Cerise #D53974

Tints of Cerise #D53974

RGB

 RED value IS 213 (83.59% from 255) = 55.18%

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

 BLUE value IS 116 (45.7% from 255) = 30.05%

R = 55.18%
G = 14.77%
B = 30.05%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#D53974 (or 0xD53974) is known color: Cerise. HEX triplet: D5, 39 and 74. RGB value is (213,57,116). Sum of RGB (Red+Green+Blue) = 213+57+116=386 (51% of max value = 765). Red value is 213 (83.59% from 255 or 55.18% from 386); Green value is 57 (22.66% from 255 or 14.77% from 386); Blue value is 116 (45.70% from 255 or 30.05% from 386); Max value from RGB is 213 - color contains mainly: red. Hex color #D53974 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D53974 is #2AC68B. Grayscale: #6E6E6E. Windows color (decimal): -2803340 or 7616981. OLE color: 7616981.

HSL color Cylindrical-coordinate representation of color #D53974: hue angle of 337.31º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D53974 is Cyan = 0, Magento = 0.73, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 57 116 -
CMYK 0 0.73 0.46 0.16
HSL 337.31º 0.65% 0.53% -
HSV(B) 337.31º 0.73% 0.84% -
XYZ 32.06 18.33 18.37 -
YUV 110.37 131.18 201.2 -
System Red Green Blue C M Y K H S L
Decimal 213 57 116 0 0.73 0.46 0.16 337.31 0.65 0.53
Hex D5 39 74 0 49 2E 10 151 41 35
Octal 325 71 164 0 111 56 20 521 101 65
Binary 11010101 111001 1110100 0 1001001 101110 10000 101010001 1000001 110101

Color Harmonies of #D53974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53974

Black with #D53974

Text Example


Text Example

White with #D53974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53974; }

 p { color: rgb(213,57,116); }

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

background-color css

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

 a { background-color: rgb(213,57,116); }

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

border-color css

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

 span { border-color: rgb(213,57,116); }

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