Html Css Color HEX #D74160 Cerise

📋 copy color: '#D74160'

red 215 ◦ green 65 ◦ blue 96

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

Shades of Cerise #D74160

Tints of Cerise #D74160

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.29%

 BLUE value IS 96 (37.89% from 255) = 25.53%

R = 57.18%
G = 17.29%
B = 25.53%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#D74160 (or 0xD74160) is known color: Cerise. HEX triplet: D7, 41 and 60. RGB value is (215,65,96). Sum of RGB (Red+Green+Blue) = 215+65+96=376 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.18% from 376); Green value is 65 (25.78% from 255 or 17.29% from 376); Blue value is 96 (37.89% from 255 or 25.53% from 376); Max value from RGB is 215 - color contains mainly: red. Hex color #D74160 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D74160 is #28BE9F. Grayscale: #717171. Windows color (decimal): -2670240 or 6308311. OLE color: 6308311.

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

Color convert

RGB 215 65 96 -
CMYK 0 0.70 0.55 0.16
HSL 347.6º 0.65% 0.55% -
HSV(B) 347.6º 0.7% 0.84% -
XYZ 32.03 19.07 13.06 -
YUV 113.38 118.2 200.48 -
System Red Green Blue C M Y K H S L
Decimal 215 65 96 0 0.70 0.55 0.16 347.6 0.65 0.55
Hex D7 41 60 0 46 37 10 15C 41 37
Octal 327 101 140 0 106 67 20 534 101 67
Binary 11010111 1000001 1100000 0 1000110 110111 10000 101011100 1000001 110111

Color Harmonies of #D74160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74160

Black with #D74160

Text Example


Text Example

White with #D74160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74160; }

 p { color: rgb(215,65,96); }

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

background-color css

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

 a { background-color: rgb(215,65,96); }

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

border-color css

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

 span { border-color: rgb(215,65,96); }

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