Html Css Color HEX #D72194 Deep Cerise

📋 copy color: '#D72194'

red 215 ◦ green 33 ◦ blue 148

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

Shades of Deep Cerise #D72194

Tints of Deep Cerise #D72194

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.33%

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

R = 54.29%
G = 8.33%
B = 37.37%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D72194 (or 0xD72194) is known color: Deep Cerise. HEX triplet: D7, 21 and 94. RGB value is (215,33,148). Sum of RGB (Red+Green+Blue) = 215+33+148=396 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.29% from 396); Green value is 33 (13.28% from 255 or 8.33% from 396); Blue value is 148 (58.20% from 255 or 37.37% from 396); Max value from RGB is 215 - color contains mainly: red. Hex color #D72194 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D72194 is #28DE6B. Grayscale: #646464. Windows color (decimal): -2678380 or 9707991. OLE color: 9707991.

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

Color convert

RGB 215 33 148 -
CMYK 0 0.85 0.31 0.16
HSL 322.09º 0.73% 0.49% -
HSV(B) 322.09º 0.85% 0.84% -
XYZ 33.91 17.67 29.64 -
YUV 100.53 154.8 209.65 -
System Red Green Blue C M Y K H S L
Decimal 215 33 148 0 0.85 0.31 0.16 322.09 0.73 0.49
Hex D7 21 94 0 55 1F 10 142 49 31
Octal 327 41 224 0 125 37 20 502 111 61
Binary 11010111 100001 10010100 0 1010101 11111 10000 101000010 1001001 110001

Color Harmonies of #D72194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72194

Black with #D72194

Text Example


Text Example

White with #D72194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72194; }

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

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

background-color css

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

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

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

border-color css

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

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

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