Html Css Color HEX #D72E5A Cerise

📋 copy color: '#D72E5A'

red 215 ◦ green 46 ◦ blue 90

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

Shades of Cerise #D72E5A

Tints of Cerise #D72E5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 25.64%

R = 61.25%
G = 13.11%
B = 25.64%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.58

 K value IS 0.16

RGB Variations

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

Color information

#D72E5A (or 0xD72E5A) is known color: Cerise. HEX triplet: D7, 2E and 5A. RGB value is (215,46,90). Sum of RGB (Red+Green+Blue) = 215+46+90=351 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.25% from 351); Green value is 46 (18.36% from 255 or 13.11% from 351); Blue value is 90 (35.55% from 255 or 25.64% from 351); Max value from RGB is 215 - color contains mainly: red. Hex color #D72E5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D72E5A is #28D1A5. Grayscale: #656565. Windows color (decimal): -2675110 or 5910231. OLE color: 5910231.

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

Color convert

RGB 215 46 90 -
CMYK 0 0.79 0.58 0.16
HSL 344.38º 0.68% 0.51% -
HSV(B) 344.38º 0.79% 0.84% -
XYZ 30.85 17.14 11.36 -
YUV 101.55 121.49 208.92 -
System Red Green Blue C M Y K H S L
Decimal 215 46 90 0 0.79 0.58 0.16 344.38 0.68 0.51
Hex D7 2E 5A 0 4F 3A 10 158 44 33
Octal 327 56 132 0 117 72 20 530 104 63
Binary 11010111 101110 1011010 0 1001111 111010 10000 101011000 1000100 110011

Color Harmonies of #D72E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72E5A

Black with #D72E5A

Text Example


Text Example

White with #D72E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72E5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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