Html Css Color HEX #D73262 Cerise

📋 copy color: '#D73262'

red 215 ◦ green 50 ◦ blue 98

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

Shades of Cerise #D73262

Tints of Cerise #D73262

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.77%

 BLUE value IS 98 (38.67% from 255) = 27%

R = 59.23%
G = 13.77%
B = 27%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.54

 K value IS 0.16

RGB Variations

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

Color information

#D73262 (or 0xD73262) is known color: Cerise. HEX triplet: D7, 32 and 62. RGB value is (215,50,98). Sum of RGB (Red+Green+Blue) = 215+50+98=363 (48% of max value = 765). Red value is 215 (84.38% from 255 or 59.23% from 363); Green value is 50 (19.92% from 255 or 13.77% from 363); Blue value is 98 (38.67% from 255 or 27.00% from 363); Max value from RGB is 215 - color contains mainly: red. Hex color #D73262 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D73262 is #28CD9D. Grayscale: #686868. Windows color (decimal): -2674078 or 6435543. OLE color: 6435543.

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

Color convert

RGB 215 50 98 -
CMYK 0 0.77 0.54 0.16
HSL 342.55º 0.67% 0.52% -
HSV(B) 342.55º 0.77% 0.84% -
XYZ 31.37 17.61 13.3 -
YUV 104.81 124.16 206.6 -
System Red Green Blue C M Y K H S L
Decimal 215 50 98 0 0.77 0.54 0.16 342.55 0.67 0.52
Hex D7 32 62 0 4D 36 10 157 43 34
Octal 327 62 142 0 115 66 20 527 103 64
Binary 11010111 110010 1100010 0 1001101 110110 10000 101010111 1000011 110100

Color Harmonies of #D73262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73262

Black with #D73262

Text Example


Text Example

White with #D73262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73262; }

 p { color: rgb(215,50,98); }

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

background-color css

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

 a { background-color: rgb(215,50,98); }

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

border-color css

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

 span { border-color: rgb(215,50,98); }

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