Html Css Color HEX #D72475 Deep Cerise

📋 copy color: '#D72475'

red 215 ◦ green 36 ◦ blue 117

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

Shades of Deep Cerise #D72475

Tints of Deep Cerise #D72475

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.78%

 BLUE value IS 117 (46.09% from 255) = 31.79%

R = 58.42%
G = 9.78%
B = 31.79%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#D72475 (or 0xD72475) is known color: Deep Cerise. HEX triplet: D7, 24 and 75. RGB value is (215,36,117). Sum of RGB (Red+Green+Blue) = 215+36+117=368 (48% of max value = 765). Red value is 215 (84.38% from 255 or 58.42% from 368); Green value is 36 (14.45% from 255 or 9.78% from 368); Blue value is 117 (46.09% from 255 or 31.79% from 368); Max value from RGB is 215 - color contains mainly: red. Hex color #D72475 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D72475 is #28DB8A. Grayscale: #626262. Windows color (decimal): -2677643 or 7677143. OLE color: 7677143.

HSL color Cylindrical-coordinate representation of color #D72475: hue angle of 332.85º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D72475 is Cyan = 0, Magento = 0.83, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 36 117 -
CMYK 0 0.83 0.46 0.16
HSL 332.85º 0.71% 0.49% -
HSV(B) 332.85º 0.83% 0.84% -
XYZ 31.87 16.99 18.43 -
YUV 98.76 138.3 210.91 -
System Red Green Blue C M Y K H S L
Decimal 215 36 117 0 0.83 0.46 0.16 332.85 0.71 0.49
Hex D7 24 75 0 53 2E 10 14D 47 31
Octal 327 44 165 0 123 56 20 515 107 61
Binary 11010111 100100 1110101 0 1010011 101110 10000 101001101 1000111 110001

Color Harmonies of #D72475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72475

Black with #D72475

Text Example


Text Example

White with #D72475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72475; }

 p { color: rgb(215,36,117); }

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

background-color css

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

 a { background-color: rgb(215,36,117); }

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

border-color css

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

 span { border-color: rgb(215,36,117); }

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