Html Css Color HEX #D72F9F Deep Cerise

📋 copy color: '#D72F9F'

red 215 ◦ green 47 ◦ blue 159

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

Shades of Deep Cerise #D72F9F

Tints of Deep Cerise #D72F9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 37.77%

R = 51.07%
G = 11.16%
B = 37.77%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.26

 K value IS 0.16

RGB Variations

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

Color information

#D72F9F (or 0xD72F9F) is known color: Deep Cerise. HEX triplet: D7, 2F and 9F. RGB value is (215,47,159). Sum of RGB (Red+Green+Blue) = 215+47+159=421 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.07% from 421); Green value is 47 (18.75% from 255 or 11.16% from 421); Blue value is 159 (62.5% from 255 or 37.77% from 421); Max value from RGB is 215 - color contains mainly: red. Hex color #D72F9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D72F9F is #28D060. Grayscale: #6D6D6D. Windows color (decimal): -2674785 or 10432471. OLE color: 10432471.

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

Color convert

RGB 215 47 159 -
CMYK 0 0.78 0.26 0.16
HSL 320º 0.68% 0.51% -
HSV(B) 320º 0.78% 0.84% -
XYZ 35.3 18.98 34.6 -
YUV 110 155.66 202.89 -
System Red Green Blue C M Y K H S L
Decimal 215 47 159 0 0.78 0.26 0.16 320 0.68 0.51
Hex D7 2F 9F 0 4E 1A 10 140 44 33
Octal 327 57 237 0 116 32 20 500 104 63
Binary 11010111 101111 10011111 0 1001110 11010 10000 101000000 1000100 110011

Color Harmonies of #D72F9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72F9F

Black with #D72F9F

Text Example


Text Example

White with #D72F9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72F9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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