Html Css Color HEX #D72E7E Deep Cerise

📋 copy color: '#D72E7E'

red 215 ◦ green 46 ◦ blue 126

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

Shades of Deep Cerise #D72E7E

Tints of Deep Cerise #D72E7E

RGB

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

 GREEN value IS 46 (18.36% from 255) = 11.89%

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

R = 55.56%
G = 11.89%
B = 32.56%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#D72E7E (or 0xD72E7E) is known color: Deep Cerise. HEX triplet: D7, 2E and 7E. RGB value is (215,46,126). Sum of RGB (Red+Green+Blue) = 215+46+126=387 (51% of max value = 765). Red value is 215 (84.38% from 255 or 55.56% from 387); Green value is 46 (18.36% from 255 or 11.89% from 387); Blue value is 126 (49.61% from 255 or 32.56% from 387); Max value from RGB is 215 - color contains mainly: red. Hex color #D72E7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D72E7E is #28D181. Grayscale: #696969. Windows color (decimal): -2675074 or 8269527. OLE color: 8269527.

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

Color convert

RGB 215 46 126 -
CMYK 0 0.79 0.41 0.16
HSL 331.6º 0.68% 0.51% -
HSV(B) 331.6º 0.79% 0.84% -
XYZ 32.77 17.91 21.47 -
YUV 105.65 139.49 206 -
System Red Green Blue C M Y K H S L
Decimal 215 46 126 0 0.79 0.41 0.16 331.6 0.68 0.51
Hex D7 2E 7E 0 4F 29 10 14C 44 33
Octal 327 56 176 0 117 51 20 514 104 63
Binary 11010111 101110 1111110 0 1001111 101001 10000 101001100 1000100 110011

Color Harmonies of #D72E7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72E7E

Black with #D72E7E

Text Example


Text Example

White with #D72E7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72E7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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