Html Css Color HEX #D73065 Cerise

📋 copy color: '#D73065'

red 215 ◦ green 48 ◦ blue 101

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

Shades of Cerise #D73065

Tints of Cerise #D73065

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 27.75%

R = 59.07%
G = 13.19%
B = 27.75%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#D73065 (or 0xD73065) is known color: Cerise. HEX triplet: D7, 30 and 65. RGB value is (215,48,101). Sum of RGB (Red+Green+Blue) = 215+48+101=364 (48% of max value = 765). Red value is 215 (84.38% from 255 or 59.07% from 364); Green value is 48 (19.14% from 255 or 13.19% from 364); Blue value is 101 (39.84% from 255 or 27.75% from 364); Max value from RGB is 215 - color contains mainly: red. Hex color #D73065 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D73065 is #28CF9A. Grayscale: #676767. Windows color (decimal): -2674587 or 6631639. OLE color: 6631639.

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

Color convert

RGB 215 48 101 -
CMYK 0 0.78 0.53 0.16
HSL 340.96º 0.68% 0.52% -
HSV(B) 340.96º 0.78% 0.84% -
XYZ 31.43 17.5 14.03 -
YUV 103.98 126.33 207.19 -
System Red Green Blue C M Y K H S L
Decimal 215 48 101 0 0.78 0.53 0.16 340.96 0.68 0.52
Hex D7 30 65 0 4E 35 10 155 44 34
Octal 327 60 145 0 116 65 20 525 104 64
Binary 11010111 110000 1100101 0 1001110 110101 10000 101010101 1000100 110100

Color Harmonies of #D73065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73065

Black with #D73065

Text Example


Text Example

White with #D73065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73065; }

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

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

background-color css

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

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

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

border-color css

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

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

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