Html Css Color HEX #D74292 Deep Cerise

📋 copy color: '#D74292'

red 215 ◦ green 66 ◦ blue 146

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

Shades of Deep Cerise #D74292

Tints of Deep Cerise #D74292

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.46%

 BLUE value IS 146 (57.42% from 255) = 34.19%

R = 50.35%
G = 15.46%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D74292 (or 0xD74292) is known color: Deep Cerise. HEX triplet: D7, 42 and 92. RGB value is (215,66,146). Sum of RGB (Red+Green+Blue) = 215+66+146=427 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.35% from 427); Green value is 66 (26.17% from 255 or 15.46% from 427); Blue value is 146 (57.42% from 255 or 34.19% from 427); Max value from RGB is 215 - color contains mainly: red. Hex color #D74292 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D74292 is #28BD6D. Grayscale: #777777. Windows color (decimal): -2669934 or 9585367. OLE color: 9585367.

HSL color Cylindrical-coordinate representation of color #D74292: hue angle of 327.79º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D74292 is Cyan = 0, Magento = 0.69, Yellow = 0.32 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 66 146 -
CMYK 0 0.69 0.32 0.16
HSL 327.79º 0.65% 0.55% -
HSV(B) 327.79º 0.69% 0.84% -
XYZ 35.16 20.42 29.28 -
YUV 119.67 142.86 196 -
System Red Green Blue C M Y K H S L
Decimal 215 66 146 0 0.69 0.32 0.16 327.79 0.65 0.55
Hex D7 42 92 0 45 20 10 148 41 37
Octal 327 102 222 0 105 40 20 510 101 67
Binary 11010111 1000010 10010010 0 1000101 100000 10000 101001000 1000001 110111

Color Harmonies of #D74292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74292

Black with #D74292

Text Example


Text Example

White with #D74292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74292; }

 p { color: rgb(215,66,146); }

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

background-color css

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

 a { background-color: rgb(215,66,146); }

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

border-color css

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

 span { border-color: rgb(215,66,146); }

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