Html Css Color HEX #D73C6A Cerise

📋 copy color: '#D73C6A'

red 215 ◦ green 60 ◦ blue 106

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

Shades of Cerise #D73C6A

Tints of Cerise #D73C6A

RGB

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

 GREEN value IS 60 (23.83% from 255) = 15.75%

 BLUE value IS 106 (41.8% from 255) = 27.82%

R = 56.43%
G = 15.75%
B = 27.82%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#D73C6A (or 0xD73C6A) is known color: Cerise. HEX triplet: D7, 3C and 6A. RGB value is (215,60,106). Sum of RGB (Red+Green+Blue) = 215+60+106=381 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.43% from 381); Green value is 60 (23.83% from 255 or 15.75% from 381); Blue value is 106 (41.80% from 255 or 27.82% from 381); Max value from RGB is 215 - color contains mainly: red. Hex color #D73C6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D73C6A is #28C395. Grayscale: #6F6F6F. Windows color (decimal): -2671510 or 6962391. OLE color: 6962391.

HSL color Cylindrical-coordinate representation of color #D73C6A: hue angle of 342.19º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D73C6A is Cyan = 0, Magento = 0.72, Yellow = 0.51 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 60 106 -
CMYK 0 0.72 0.51 0.16
HSL 342.19º 0.66% 0.54% -
HSV(B) 342.19º 0.72% 0.84% -
XYZ 32.24 18.72 15.55 -
YUV 111.59 124.85 201.76 -
System Red Green Blue C M Y K H S L
Decimal 215 60 106 0 0.72 0.51 0.16 342.19 0.66 0.54
Hex D7 3C 6A 0 48 33 10 156 42 36
Octal 327 74 152 0 110 63 20 526 102 66
Binary 11010111 111100 1101010 0 1001000 110011 10000 101010110 1000010 110110

Color Harmonies of #D73C6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73C6A

Black with #D73C6A

Text Example


Text Example

White with #D73C6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73C6A; }

 p { color: rgb(215,60,106); }

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

background-color css

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

 a { background-color: rgb(215,60,106); }

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

border-color css

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

 span { border-color: rgb(215,60,106); }

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