Html Css Color HEX #D72962 Cerise

📋 copy color: '#D72962'

red 215 ◦ green 41 ◦ blue 98

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

Shades of Cerise #D72962

Tints of Cerise #D72962

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.58%

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

R = 60.73%
G = 11.58%
B = 27.68%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.54

 K value IS 0.16

RGB Variations

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

Color information

#D72962 (or 0xD72962) is known color: Cerise. HEX triplet: D7, 29 and 62. RGB value is (215,41,98). Sum of RGB (Red+Green+Blue) = 215+41+98=354 (46% of max value = 765). Red value is 215 (84.38% from 255 or 60.73% from 354); Green value is 41 (16.41% from 255 or 11.58% from 354); Blue value is 98 (38.67% from 255 or 27.68% from 354); Max value from RGB is 215 - color contains mainly: red. Hex color #D72962 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D72962 is #28D69D. Grayscale: #636363. Windows color (decimal): -2676382 or 6433239. OLE color: 6433239.

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

Color convert

RGB 215 41 98 -
CMYK 0 0.81 0.54 0.16
HSL 340.34º 0.69% 0.5% -
HSV(B) 340.34º 0.81% 0.84% -
XYZ 31.02 16.91 13.19 -
YUV 99.52 127.15 210.37 -
System Red Green Blue C M Y K H S L
Decimal 215 41 98 0 0.81 0.54 0.16 340.34 0.69 0.5
Hex D7 29 62 0 51 36 10 154 45 32
Octal 327 51 142 0 121 66 20 524 105 62
Binary 11010111 101001 1100010 0 1010001 110110 10000 101010100 1000101 110010

Color Harmonies of #D72962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72962

Black with #D72962

Text Example


Text Example

White with #D72962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72962; }

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

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

background-color css

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

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

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

border-color css

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

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

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