Html Css Color HEX #D72175 Deep Cerise

📋 copy color: '#D72175'

red 215 ◦ green 33 ◦ blue 117

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

Shades of Deep Cerise #D72175

Tints of Deep Cerise #D72175

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.04%

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

R = 58.9%
G = 9.04%
B = 32.05%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#D72175 (or 0xD72175) is known color: Deep Cerise. HEX triplet: D7, 21 and 75. RGB value is (215,33,117). Sum of RGB (Red+Green+Blue) = 215+33+117=365 (48% of max value = 765). Red value is 215 (84.38% from 255 or 58.90% from 365); Green value is 33 (13.28% from 255 or 9.04% from 365); Blue value is 117 (46.09% from 255 or 32.05% from 365); Max value from RGB is 215 - color contains mainly: red. Hex color #D72175 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D72175 is #28DE8A. Grayscale: #606060. Windows color (decimal): -2678411 or 7676375. OLE color: 7676375.

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

Color convert

RGB 215 33 117 -
CMYK 0 0.85 0.46 0.16
HSL 332.31º 0.73% 0.49% -
HSV(B) 332.31º 0.85% 0.84% -
XYZ 31.78 16.82 18.4 -
YUV 96.99 139.3 212.17 -
System Red Green Blue C M Y K H S L
Decimal 215 33 117 0 0.85 0.46 0.16 332.31 0.73 0.49
Hex D7 21 75 0 55 2E 10 14C 49 31
Octal 327 41 165 0 125 56 20 514 111 61
Binary 11010111 100001 1110101 0 1010101 101110 10000 101001100 1001001 110001

Color Harmonies of #D72175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72175

Black with #D72175

Text Example


Text Example

White with #D72175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72175; }

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

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

background-color css

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

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

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

border-color css

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

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

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