Html Css Color HEX #D72694 Deep Cerise

📋 copy color: '#D72694'

red 215 ◦ green 38 ◦ blue 148

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

Shades of Deep Cerise #D72694

Tints of Deep Cerise #D72694

RGB

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

 GREEN value IS 38 (15.23% from 255) = 9.48%

 BLUE value IS 148 (58.2% from 255) = 36.91%

R = 53.62%
G = 9.48%
B = 36.91%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D72694 (or 0xD72694) is known color: Deep Cerise. HEX triplet: D7, 26 and 94. RGB value is (215,38,148). Sum of RGB (Red+Green+Blue) = 215+38+148=401 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.62% from 401); Green value is 38 (15.23% from 255 or 9.48% from 401); Blue value is 148 (58.20% from 255 or 36.91% from 401); Max value from RGB is 215 - color contains mainly: red. Hex color #D72694 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D72694 is #28D96B. Grayscale: #676767. Windows color (decimal): -2677100 or 9709271. OLE color: 9709271.

HSL color Cylindrical-coordinate representation of color #D72694: hue angle of 322.71º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D72694 is Cyan = 0, Magento = 0.82, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 38 148 -
CMYK 0 0.82 0.31 0.16
HSL 322.71º 0.7% 0.5% -
HSV(B) 322.71º 0.82% 0.84% -
XYZ 34.06 17.97 29.69 -
YUV 103.46 153.14 207.56 -
System Red Green Blue C M Y K H S L
Decimal 215 38 148 0 0.82 0.31 0.16 322.71 0.7 0.5
Hex D7 26 94 0 52 1F 10 143 46 32
Octal 327 46 224 0 122 37 20 503 106 62
Binary 11010111 100110 10010100 0 1010010 11111 10000 101000011 1000110 110010

Color Harmonies of #D72694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72694

Black with #D72694

Text Example


Text Example

White with #D72694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72694; }

 p { color: rgb(215,38,148); }

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

background-color css

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

 a { background-color: rgb(215,38,148); }

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

border-color css

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

 span { border-color: rgb(215,38,148); }

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