Html Css Color HEX #D72B7A Deep Cerise

📋 copy color: '#D72B7A'

red 215 ◦ green 43 ◦ blue 122

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

Shades of Deep Cerise #D72B7A

Tints of Deep Cerise #D72B7A

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.32%

 BLUE value IS 122 (48.05% from 255) = 32.11%

R = 56.58%
G = 11.32%
B = 32.11%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#D72B7A (or 0xD72B7A) is known color: Deep Cerise. HEX triplet: D7, 2B and 7A. RGB value is (215,43,122). Sum of RGB (Red+Green+Blue) = 215+43+122=380 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.58% from 380); Green value is 43 (17.19% from 255 or 11.32% from 380); Blue value is 122 (48.05% from 255 or 32.11% from 380); Max value from RGB is 215 - color contains mainly: red. Hex color #D72B7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D72B7A is #28D485. Grayscale: #676767. Windows color (decimal): -2675846 or 8006615. OLE color: 8006615.

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

Color convert

RGB 215 43 122 -
CMYK 0 0.8 0.43 0.16
HSL 332.44º 0.68% 0.51% -
HSV(B) 332.44º 0.8% 0.84% -
XYZ 32.4 17.58 20.1 -
YUV 103.43 138.48 207.58 -
System Red Green Blue C M Y K H S L
Decimal 215 43 122 0 0.8 0.43 0.16 332.44 0.68 0.51
Hex D7 2B 7A 0 50 2B 10 14C 44 33
Octal 327 53 172 0 120 53 20 514 104 63
Binary 11010111 101011 1111010 0 1010000 101011 10000 101001100 1000100 110011

Color Harmonies of #D72B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72B7A

Black with #D72B7A

Text Example


Text Example

White with #D72B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72B7A; }

 p { color: rgb(215,43,122); }

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

background-color css

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

 a { background-color: rgb(215,43,122); }

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

border-color css

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

 span { border-color: rgb(215,43,122); }

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