Html Css Color HEX #D13D6F Cerise

📋 copy color: '#D13D6F'

red 209 ◦ green 61 ◦ blue 111

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

Shades of Cerise #D13D6F

Tints of Cerise #D13D6F

RGB

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

 GREEN value IS 61 (24.22% from 255) = 16.01%

 BLUE value IS 111 (43.75% from 255) = 29.13%

R = 54.86%
G = 16.01%
B = 29.13%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#D13D6F (or 0xD13D6F) is known color: Cerise. HEX triplet: D1, 3D and 6F. RGB value is (209,61,111). Sum of RGB (Red+Green+Blue) = 209+61+111=381 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.86% from 381); Green value is 61 (24.22% from 255 or 16.01% from 381); Blue value is 111 (43.75% from 255 or 29.13% from 381); Max value from RGB is 209 - color contains mainly: red. Hex color #D13D6F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13D6F is #2EC290. Grayscale: #6E6E6E. Windows color (decimal): -3064465 or 7290321. OLE color: 7290321.

HSL color Cylindrical-coordinate representation of color #D13D6F: hue angle of 339.73º 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 #D13D6F is Cyan = 0, Magento = 0.71, Yellow = 0.47 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 61 111 -
CMYK 0 0.71 0.47 0.18
HSL 339.73º 0.62% 0.53% -
HSV(B) 339.73º 0.71% 0.82% -
XYZ 30.83 18.04 16.9 -
YUV 110.95 128.03 197.93 -
System Red Green Blue C M Y K H S L
Decimal 209 61 111 0 0.71 0.47 0.18 339.73 0.62 0.53
Hex D1 3D 6F 0 47 2F 12 154 3E 35
Octal 321 75 157 0 107 57 22 524 76 65
Binary 11010001 111101 1101111 0 1000111 101111 10010 101010100 111110 110101

Color Harmonies of #D13D6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13D6F

Black with #D13D6F

Text Example


Text Example

White with #D13D6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13D6F; }

 p { color: rgb(209,61,111); }

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

background-color css

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

 a { background-color: rgb(209,61,111); }

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

border-color css

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

 span { border-color: rgb(209,61,111); }

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