Html Css Color HEX #D73464 Cerise

📋 copy color: '#D73464'

red 215 ◦ green 52 ◦ blue 100

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

Shades of Cerise #D73464

Tints of Cerise #D73464

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.17%

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

R = 58.58%
G = 14.17%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#D73464 (or 0xD73464) is known color: Cerise. HEX triplet: D7, 34 and 64. RGB value is (215,52,100). Sum of RGB (Red+Green+Blue) = 215+52+100=367 (48% of max value = 765). Red value is 215 (84.38% from 255 or 58.58% from 367); Green value is 52 (20.70% from 255 or 14.17% from 367); Blue value is 100 (39.45% from 255 or 27.25% from 367); Max value from RGB is 215 - color contains mainly: red. Hex color #D73464 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D73464 is #28CB9B. Grayscale: #6A6A6A. Windows color (decimal): -2673564 or 6567127. OLE color: 6567127.

HSL color Cylindrical-coordinate representation of color #D73464: hue angle of 342.33º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D73464 is Cyan = 0, Magento = 0.76, Yellow = 0.53 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 52 100 -
CMYK 0 0.76 0.53 0.16
HSL 342.33º 0.67% 0.52% -
HSV(B) 342.33º 0.76% 0.84% -
XYZ 31.55 17.82 13.83 -
YUV 106.21 124.5 205.6 -
System Red Green Blue C M Y K H S L
Decimal 215 52 100 0 0.76 0.53 0.16 342.33 0.67 0.52
Hex D7 34 64 0 4C 35 10 156 43 34
Octal 327 64 144 0 114 65 20 526 103 64
Binary 11010111 110100 1100100 0 1001100 110101 10000 101010110 1000011 110100

Color Harmonies of #D73464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73464

Black with #D73464

Text Example


Text Example

White with #D73464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73464; }

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

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

background-color css

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

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

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

border-color css

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

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

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