Html Css Color HEX #D74164 Cerise

📋 copy color: '#D74164'

red 215 ◦ green 65 ◦ blue 100

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

Shades of Cerise #D74164

Tints of Cerise #D74164

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 26.32%

R = 56.58%
G = 17.11%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#D74164 (or 0xD74164) is known color: Cerise. HEX triplet: D7, 41 and 64. RGB value is (215,65,100). Sum of RGB (Red+Green+Blue) = 215+65+100=380 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.58% from 380); Green value is 65 (25.78% from 255 or 17.11% from 380); Blue value is 100 (39.45% from 255 or 26.32% from 380); Max value from RGB is 215 - color contains mainly: red. Hex color #D74164 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D74164 is #28BE9B. Grayscale: #717171. Windows color (decimal): -2670236 or 6570455. OLE color: 6570455.

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

Color convert

RGB 215 65 100 -
CMYK 0 0.70 0.53 0.16
HSL 346º 0.65% 0.55% -
HSV(B) 346º 0.7% 0.84% -
XYZ 32.21 19.15 14.05 -
YUV 113.84 120.2 200.15 -
System Red Green Blue C M Y K H S L
Decimal 215 65 100 0 0.70 0.53 0.16 346 0.65 0.55
Hex D7 41 64 0 46 35 10 15A 41 37
Octal 327 101 144 0 106 65 20 532 101 67
Binary 11010111 1000001 1100100 0 1000110 110101 10000 101011010 1000001 110111

Color Harmonies of #D74164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74164

Black with #D74164

Text Example


Text Example

White with #D74164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74164; }

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

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

background-color css

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

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

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

border-color css

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

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

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