Html Css Color HEX #D72968 Cerise

📋 copy color: '#D72968'

red 215 ◦ green 41 ◦ blue 104

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

Shades of Cerise #D72968

Tints of Cerise #D72968

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 28.89%

R = 59.72%
G = 11.39%
B = 28.89%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.52

 K value IS 0.16

RGB Variations

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

Color information

#D72968 (or 0xD72968) is known color: Cerise. HEX triplet: D7, 29 and 68. RGB value is (215,41,104). Sum of RGB (Red+Green+Blue) = 215+41+104=360 (47% of max value = 765). Red value is 215 (84.38% from 255 or 59.72% from 360); Green value is 41 (16.41% from 255 or 11.39% from 360); Blue value is 104 (41.02% from 255 or 28.89% from 360); Max value from RGB is 215 - color contains mainly: red. Hex color #D72968 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D72968 is #28D697. Grayscale: #646464. Windows color (decimal): -2676376 or 6826455. OLE color: 6826455.

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

Color convert

RGB 215 41 104 -
CMYK 0 0.81 0.52 0.16
HSL 338.28º 0.69% 0.5% -
HSV(B) 338.28º 0.81% 0.84% -
XYZ 31.32 17.03 14.73 -
YUV 100.21 130.15 209.88 -
System Red Green Blue C M Y K H S L
Decimal 215 41 104 0 0.81 0.52 0.16 338.28 0.69 0.5
Hex D7 29 68 0 51 34 10 152 45 32
Octal 327 51 150 0 121 64 20 522 105 62
Binary 11010111 101001 1101000 0 1010001 110100 10000 101010010 1000101 110010

Color Harmonies of #D72968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72968

Black with #D72968

Text Example


Text Example

White with #D72968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72968; }

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

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

background-color css

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

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

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

border-color css

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

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

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