Html Css Color HEX #D73070 Cerise

📋 copy color: '#D73070'

red 215 ◦ green 48 ◦ blue 112

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

Shades of Cerise #D73070

Tints of Cerise #D73070

RGB

 RED value IS 215 (84.38% from 255) = 57.33%

 GREEN value IS 48 (19.14% from 255) = 12.8%

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

R = 57.33%
G = 12.8%
B = 29.87%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D73070 (or 0xD73070) is known color: Cerise. HEX triplet: D7, 30 and 70. RGB value is (215,48,112). Sum of RGB (Red+Green+Blue) = 215+48+112=375 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.33% from 375); Green value is 48 (19.14% from 255 or 12.8% from 375); Blue value is 112 (44.14% from 255 or 29.87% from 375); Max value from RGB is 215 - color contains mainly: red. Hex color #D73070 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D73070 is #28CF8F. Grayscale: #696969. Windows color (decimal): -2674576 or 7352535. OLE color: 7352535.

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

Color convert

RGB 215 48 112 -
CMYK 0 0.78 0.48 0.16
HSL 337.01º 0.68% 0.52% -
HSV(B) 337.01º 0.78% 0.84% -
XYZ 32.01 17.73 17.06 -
YUV 105.23 131.83 206.3 -
System Red Green Blue C M Y K H S L
Decimal 215 48 112 0 0.78 0.48 0.16 337.01 0.68 0.52
Hex D7 30 70 0 4E 30 10 151 44 34
Octal 327 60 160 0 116 60 20 521 104 64
Binary 11010111 110000 1110000 0 1001110 110000 10000 101010001 1000100 110100

Color Harmonies of #D73070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73070

Black with #D73070

Text Example


Text Example

White with #D73070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73070; }

 p { color: rgb(215,48,112); }

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

background-color css

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

 a { background-color: rgb(215,48,112); }

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

border-color css

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

 span { border-color: rgb(215,48,112); }

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