Html Css Color HEX #D73072 Cerise

📋 copy color: '#D73072'

red 215 ◦ green 48 ◦ blue 114

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

Shades of Cerise #D73072

Tints of Cerise #D73072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 30.24%

R = 57.03%
G = 12.73%
B = 30.24%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D73072 (or 0xD73072) is known color: Cerise. HEX triplet: D7, 30 and 72. RGB value is (215,48,114). Sum of RGB (Red+Green+Blue) = 215+48+114=377 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.03% from 377); Green value is 48 (19.14% from 255 or 12.73% from 377); Blue value is 114 (44.92% from 255 or 30.24% from 377); Max value from RGB is 215 - color contains mainly: red. Hex color #D73072 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D73072 is #28CF8D. Grayscale: #696969. Windows color (decimal): -2674574 or 7483607. OLE color: 7483607.

HSL color Cylindrical-coordinate representation of color #D73072: hue angle of 336.29º 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 #D73072 is Cyan = 0, Magento = 0.78, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 48 114 -
CMYK 0 0.78 0.47 0.16
HSL 336.29º 0.68% 0.52% -
HSV(B) 336.29º 0.78% 0.84% -
XYZ 32.12 17.78 17.66 -
YUV 105.46 132.83 206.13 -
System Red Green Blue C M Y K H S L
Decimal 215 48 114 0 0.78 0.47 0.16 336.29 0.68 0.52
Hex D7 30 72 0 4E 2F 10 150 44 34
Octal 327 60 162 0 116 57 20 520 104 64
Binary 11010111 110000 1110010 0 1001110 101111 10000 101010000 1000100 110100

Color Harmonies of #D73072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73072

Black with #D73072

Text Example


Text Example

White with #D73072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73072; }

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

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

background-color css

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

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

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

border-color css

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

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

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