Html Css Color HEX #D74161 Cerise

📋 copy color: '#D74161'

red 215 ◦ green 65 ◦ blue 97

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

Shades of Cerise #D74161

Tints of Cerise #D74161

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 25.73%

R = 57.03%
G = 17.24%
B = 25.73%

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

#D74161 (or 0xD74161) is known color: Cerise. HEX triplet: D7, 41 and 61. RGB value is (215,65,97). Sum of RGB (Red+Green+Blue) = 215+65+97=377 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.03% from 377); Green value is 65 (25.78% from 255 or 17.24% from 377); Blue value is 97 (38.28% from 255 or 25.73% from 377); Max value from RGB is 215 - color contains mainly: red. Hex color #D74161 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D74161 is #28BE9E. Grayscale: #717171. Windows color (decimal): -2670239 or 6373847. OLE color: 6373847.

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

Color convert

RGB 215 65 97 -
CMYK 0 0.70 0.55 0.16
HSL 347.2º 0.65% 0.55% -
HSV(B) 347.2º 0.7% 0.84% -
XYZ 32.07 19.09 13.3 -
YUV 113.5 118.7 200.4 -
System Red Green Blue C M Y K H S L
Decimal 215 65 97 0 0.70 0.55 0.16 347.2 0.65 0.55
Hex D7 41 61 0 46 37 10 15B 41 37
Octal 327 101 141 0 106 67 20 533 101 67
Binary 11010111 1000001 1100001 0 1000110 110111 10000 101011011 1000001 110111

Color Harmonies of #D74161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74161

Black with #D74161

Text Example


Text Example

White with #D74161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74161; }

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

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

background-color css

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

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

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

border-color css

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

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

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