Html Css Color HEX #D13C72 Cerise

📋 copy color: '#D13C72'

red 209 ◦ green 60 ◦ blue 114

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

Shades of Cerise #D13C72

Tints of Cerise #D13C72

RGB

 RED value IS 209 (82.03% from 255) = 54.57%

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

 BLUE value IS 114 (44.92% from 255) = 29.77%

R = 54.57%
G = 15.67%
B = 29.77%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#D13C72 (or 0xD13C72) is known color: Cerise. HEX triplet: D1, 3C and 72. RGB value is (209,60,114). Sum of RGB (Red+Green+Blue) = 209+60+114=383 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.57% from 383); Green value is 60 (23.83% from 255 or 15.67% from 383); Blue value is 114 (44.92% from 255 or 29.77% from 383); Max value from RGB is 209 - color contains mainly: red. Hex color #D13C72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13C72 is #2EC38D. Grayscale: #6E6E6E. Windows color (decimal): -3064718 or 7486673. OLE color: 7486673.

HSL color Cylindrical-coordinate representation of color #D13C72: hue angle of 338.26º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D13C72 is Cyan = 0, Magento = 0.71, Yellow = 0.45 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 60 114 -
CMYK 0 0.71 0.45 0.18
HSL 338.26º 0.62% 0.53% -
HSV(B) 338.26º 0.71% 0.82% -
XYZ 30.95 18 17.76 -
YUV 110.71 129.86 198.11 -
System Red Green Blue C M Y K H S L
Decimal 209 60 114 0 0.71 0.45 0.18 338.26 0.62 0.53
Hex D1 3C 72 0 47 2D 12 152 3E 35
Octal 321 74 162 0 107 55 22 522 76 65
Binary 11010001 111100 1110010 0 1000111 101101 10010 101010010 111110 110101

Color Harmonies of #D13C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13C72

Black with #D13C72

Text Example


Text Example

White with #D13C72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13C72; }

 p { color: rgb(209,60,114); }

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

background-color css

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

 a { background-color: rgb(209,60,114); }

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

border-color css

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

 span { border-color: rgb(209,60,114); }

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