Html Css Color HEX #D53470 Cerise

📋 copy color: '#D53470'

red 213 ◦ green 52 ◦ blue 112

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

Shades of Cerise #D53470

Tints of Cerise #D53470

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.79%

 BLUE value IS 112 (44.14% from 255) = 29.71%

R = 56.5%
G = 13.79%
B = 29.71%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D53470 (or 0xD53470) is known color: Cerise. HEX triplet: D5, 34 and 70. RGB value is (213,52,112). Sum of RGB (Red+Green+Blue) = 213+52+112=377 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.50% from 377); Green value is 52 (20.70% from 255 or 13.79% from 377); Blue value is 112 (44.14% from 255 or 29.71% from 377); Max value from RGB is 213 - color contains mainly: red. Hex color #D53470 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D53470 is #2ACB8F. Grayscale: #6A6A6A. Windows color (decimal): -2804624 or 7353557. OLE color: 7353557.

HSL color Cylindrical-coordinate representation of color #D53470: hue angle of 337.64º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D53470 is Cyan = 0, Magento = 0.76, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 52 112 -
CMYK 0 0.76 0.47 0.16
HSL 337.64º 0.66% 0.52% -
HSV(B) 337.64º 0.76% 0.84% -
XYZ 31.59 17.77 17.09 -
YUV 106.98 130.84 203.62 -
System Red Green Blue C M Y K H S L
Decimal 213 52 112 0 0.76 0.47 0.16 337.64 0.66 0.52
Hex D5 34 70 0 4C 2F 10 152 42 34
Octal 325 64 160 0 114 57 20 522 102 64
Binary 11010101 110100 1110000 0 1001100 101111 10000 101010010 1000010 110100

Color Harmonies of #D53470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53470

Black with #D53470

Text Example


Text Example

White with #D53470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53470; }

 p { color: rgb(213,52,112); }

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

background-color css

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

 a { background-color: rgb(213,52,112); }

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

border-color css

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

 span { border-color: rgb(213,52,112); }

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