Html Css Color HEX #D73261 Cerise

📋 copy color: '#D73261'

red 215 ◦ green 50 ◦ blue 97

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

Shades of Cerise #D73261

Tints of Cerise #D73261

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 26.8%

R = 59.39%
G = 13.81%
B = 26.8%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#D73261 (or 0xD73261) is known color: Cerise. HEX triplet: D7, 32 and 61. RGB value is (215,50,97). Sum of RGB (Red+Green+Blue) = 215+50+97=362 (47% of max value = 765). Red value is 215 (84.38% from 255 or 59.39% from 362); Green value is 50 (19.92% from 255 or 13.81% from 362); Blue value is 97 (38.28% from 255 or 26.80% from 362); Max value from RGB is 215 - color contains mainly: red. Hex color #D73261 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D73261 is #28CD9E. Grayscale: #686868. Windows color (decimal): -2674079 or 6370007. OLE color: 6370007.

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

Color convert

RGB 215 50 97 -
CMYK 0 0.77 0.55 0.16
HSL 342.91º 0.67% 0.52% -
HSV(B) 342.91º 0.77% 0.84% -
XYZ 31.32 17.59 13.05 -
YUV 104.69 123.66 206.68 -
System Red Green Blue C M Y K H S L
Decimal 215 50 97 0 0.77 0.55 0.16 342.91 0.67 0.52
Hex D7 32 61 0 4D 37 10 157 43 34
Octal 327 62 141 0 115 67 20 527 103 64
Binary 11010111 110010 1100001 0 1001101 110111 10000 101010111 1000011 110100

Color Harmonies of #D73261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73261

Black with #D73261

Text Example


Text Example

White with #D73261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73261; }

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

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

background-color css

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

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

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

border-color css

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

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

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