Html Css Color HEX #D72F7D Deep Cerise

📋 copy color: '#D72F7D'

red 215 ◦ green 47 ◦ blue 125

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

Shades of Deep Cerise #D72F7D

Tints of Deep Cerise #D72F7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 32.3%

R = 55.56%
G = 12.14%
B = 32.3%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D72F7D (or 0xD72F7D) is known color: Deep Cerise. HEX triplet: D7, 2F and 7D. RGB value is (215,47,125). Sum of RGB (Red+Green+Blue) = 215+47+125=387 (51% of max value = 765). Red value is 215 (84.38% from 255 or 55.56% from 387); Green value is 47 (18.75% from 255 or 12.14% from 387); Blue value is 125 (49.22% from 255 or 32.30% from 387); Max value from RGB is 215 - color contains mainly: red. Hex color #D72F7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D72F7D is #28D082. Grayscale: #696969. Windows color (decimal): -2674819 or 8204247. OLE color: 8204247.

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

Color convert

RGB 215 47 125 -
CMYK 0 0.78 0.42 0.16
HSL 332.14º 0.68% 0.51% -
HSV(B) 332.14º 0.78% 0.84% -
XYZ 32.74 17.96 21.14 -
YUV 106.12 138.66 205.66 -
System Red Green Blue C M Y K H S L
Decimal 215 47 125 0 0.78 0.42 0.16 332.14 0.68 0.51
Hex D7 2F 7D 0 4E 2A 10 14C 44 33
Octal 327 57 175 0 116 52 20 514 104 63
Binary 11010111 101111 1111101 0 1001110 101010 10000 101001100 1000100 110011

Color Harmonies of #D72F7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72F7D

Black with #D72F7D

Text Example


Text Example

White with #D72F7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72F7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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