Html Css Color HEX #D72F8A Deep Cerise

📋 copy color: '#D72F8A'

red 215 ◦ green 47 ◦ blue 138

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

Shades of Deep Cerise #D72F8A

Tints of Deep Cerise #D72F8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 34.5%

R = 53.75%
G = 11.75%
B = 34.5%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D72F8A (or 0xD72F8A) is known color: Deep Cerise. HEX triplet: D7, 2F and 8A. RGB value is (215,47,138). Sum of RGB (Red+Green+Blue) = 215+47+138=400 (52% of max value = 765). Red value is 215 (84.38% from 255 or 53.75% from 400); Green value is 47 (18.75% from 255 or 11.75% from 400); Blue value is 138 (54.30% from 255 or 34.5% from 400); Max value from RGB is 215 - color contains mainly: red. Hex color #D72F8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D72F8A is #28D075. Grayscale: #6B6B6B. Windows color (decimal): -2674806 or 9056215. OLE color: 9056215.

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

Color convert

RGB 215 47 138 -
CMYK 0 0.78 0.36 0.16
HSL 327.5º 0.68% 0.51% -
HSV(B) 327.5º 0.78% 0.84% -
XYZ 33.63 18.32 25.81 -
YUV 107.61 145.16 204.6 -
System Red Green Blue C M Y K H S L
Decimal 215 47 138 0 0.78 0.36 0.16 327.5 0.68 0.51
Hex D7 2F 8A 0 4E 24 10 148 44 33
Octal 327 57 212 0 116 44 20 510 104 63
Binary 11010111 101111 10001010 0 1001110 100100 10000 101001000 1000100 110011

Color Harmonies of #D72F8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72F8A

Black with #D72F8A

Text Example


Text Example

White with #D72F8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72F8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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