Html Css Color HEX #D72F65 Cerise

📋 copy color: '#D72F65'

red 215 ◦ green 47 ◦ blue 101

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

Shades of Cerise #D72F65

Tints of Cerise #D72F65

RGB

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

 GREEN value IS 47 (18.75% from 255) = 12.95%

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

R = 59.23%
G = 12.95%
B = 27.82%

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

#D72F65 (or 0xD72F65) is known color: Cerise. HEX triplet: D7, 2F and 65. RGB value is (215,47,101). Sum of RGB (Red+Green+Blue) = 215+47+101=363 (48% of max value = 765). Red value is 215 (84.38% from 255 or 59.23% from 363); Green value is 47 (18.75% from 255 or 12.95% from 363); Blue value is 101 (39.84% from 255 or 27.82% from 363); Max value from RGB is 215 - color contains mainly: red. Hex color #D72F65 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D72F65 is #28D09A. Grayscale: #676767. Windows color (decimal): -2674843 or 6631383. OLE color: 6631383.

HSL color Cylindrical-coordinate representation of color #D72F65: hue angle of 340.71º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D72F65 is Cyan = 0, Magento = 0.78, Yellow = 0.53 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 47 101 -
CMYK 0 0.78 0.53 0.16
HSL 340.71º 0.68% 0.51% -
HSV(B) 340.71º 0.78% 0.84% -
XYZ 31.39 17.42 14.02 -
YUV 103.39 126.66 207.61 -
System Red Green Blue C M Y K H S L
Decimal 215 47 101 0 0.78 0.53 0.16 340.71 0.68 0.51
Hex D7 2F 65 0 4E 35 10 155 44 33
Octal 327 57 145 0 116 65 20 525 104 63
Binary 11010111 101111 1100101 0 1001110 110101 10000 101010101 1000100 110011

Color Harmonies of #D72F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72F65

Black with #D72F65

Text Example


Text Example

White with #D72F65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72F65; }

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

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

background-color css

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

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

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

border-color css

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

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

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