Html Css Color HEX #D73258 Cerise

📋 copy color: '#D73258'

red 215 ◦ green 50 ◦ blue 88

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

Shades of Cerise #D73258

Tints of Cerise #D73258

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 24.93%

R = 60.91%
G = 14.16%
B = 24.93%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.59

 K value IS 0.16

RGB Variations

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

Color information

#D73258 (or 0xD73258) is known color: Cerise. HEX triplet: D7, 32 and 58. RGB value is (215,50,88). Sum of RGB (Red+Green+Blue) = 215+50+88=353 (46% of max value = 765). Red value is 215 (84.38% from 255 or 60.91% from 353); Green value is 50 (19.92% from 255 or 14.16% from 353); Blue value is 88 (34.77% from 255 or 24.93% from 353); Max value from RGB is 215 - color contains mainly: red. Hex color #D73258 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D73258 is #28CDA7. Grayscale: #676767. Windows color (decimal): -2674088 or 5780183. OLE color: 5780183.

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

Color convert

RGB 215 50 88 -
CMYK 0 0.77 0.59 0.16
HSL 346.18º 0.67% 0.52% -
HSV(B) 346.18º 0.77% 0.84% -
XYZ 30.93 17.43 10.97 -
YUV 103.67 119.16 207.41 -
System Red Green Blue C M Y K H S L
Decimal 215 50 88 0 0.77 0.59 0.16 346.18 0.67 0.52
Hex D7 32 58 0 4D 3B 10 15A 43 34
Octal 327 62 130 0 115 73 20 532 103 64
Binary 11010111 110010 1011000 0 1001101 111011 10000 101011010 1000011 110100

Color Harmonies of #D73258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73258

Black with #D73258

Text Example


Text Example

White with #D73258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73258; }

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

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

background-color css

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

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

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

border-color css

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

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

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