Html Css Color HEX #D72F7E Deep Cerise

📋 copy color: '#D72F7E'

red 215 ◦ green 47 ◦ blue 126

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

Shades of Deep Cerise #D72F7E

Tints of Deep Cerise #D72F7E

RGB

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

 GREEN value IS 47 (18.75% from 255) = 12.11%

 BLUE value IS 126 (49.61% from 255) = 32.47%

R = 55.41%
G = 12.11%
B = 32.47%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#D72F7E (or 0xD72F7E) is known color: Deep Cerise. HEX triplet: D7, 2F and 7E. RGB value is (215,47,126). Sum of RGB (Red+Green+Blue) = 215+47+126=388 (51% of max value = 765). Red value is 215 (84.38% from 255 or 55.41% from 388); Green value is 47 (18.75% from 255 or 12.11% from 388); Blue value is 126 (49.61% from 255 or 32.47% from 388); Max value from RGB is 215 - color contains mainly: red. Hex color #D72F7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D72F7E is #28D081. Grayscale: #6A6A6A. Windows color (decimal): -2674818 or 8269783. OLE color: 8269783.

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

Color convert

RGB 215 47 126 -
CMYK 0 0.78 0.41 0.16
HSL 331.79º 0.68% 0.51% -
HSV(B) 331.79º 0.78% 0.84% -
XYZ 32.81 17.99 21.48 -
YUV 106.24 139.16 205.58 -
System Red Green Blue C M Y K H S L
Decimal 215 47 126 0 0.78 0.41 0.16 331.79 0.68 0.51
Hex D7 2F 7E 0 4E 29 10 14C 44 33
Octal 327 57 176 0 116 51 20 514 104 63
Binary 11010111 101111 1111110 0 1001110 101001 10000 101001100 1000100 110011

Color Harmonies of #D72F7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72F7E

Black with #D72F7E

Text Example


Text Example

White with #D72F7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72F7E; }

 p { color: rgb(215,47,126); }

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

background-color css

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

 a { background-color: rgb(215,47,126); }

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

border-color css

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

 span { border-color: rgb(215,47,126); }

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