Html Css Color HEX #D13A6F Cerise

📋 copy color: '#D13A6F'

red 209 ◦ green 58 ◦ blue 111

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

Shades of Cerise #D13A6F

Tints of Cerise #D13A6F

RGB

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

 GREEN value IS 58 (23.05% from 255) = 15.34%

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

R = 55.29%
G = 15.34%
B = 29.37%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#D13A6F (or 0xD13A6F) is known color: Cerise. HEX triplet: D1, 3A and 6F. RGB value is (209,58,111). Sum of RGB (Red+Green+Blue) = 209+58+111=378 (50% of max value = 765). Red value is 209 (82.03% from 255 or 55.29% from 378); Green value is 58 (23.05% from 255 or 15.34% from 378); Blue value is 111 (43.75% from 255 or 29.37% from 378); Max value from RGB is 209 - color contains mainly: red. Hex color #D13A6F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13A6F is #2EC590. Grayscale: #6D6D6D. Windows color (decimal): -3065233 or 7289553. OLE color: 7289553.

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

Color convert

RGB 209 58 111 -
CMYK 0 0.72 0.47 0.18
HSL 338.94º 0.62% 0.52% -
HSV(B) 338.94º 0.72% 0.82% -
XYZ 30.68 17.73 16.84 -
YUV 109.19 129.03 199.19 -
System Red Green Blue C M Y K H S L
Decimal 209 58 111 0 0.72 0.47 0.18 338.94 0.62 0.52
Hex D1 3A 6F 0 48 2F 12 153 3E 34
Octal 321 72 157 0 110 57 22 523 76 64
Binary 11010001 111010 1101111 0 1001000 101111 10010 101010011 111110 110100

Color Harmonies of #D13A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13A6F

Black with #D13A6F

Text Example


Text Example

White with #D13A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13A6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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