Html Css Color HEX #D13A6B Cerise

📋 copy color: '#D13A6B'

red 209 ◦ green 58 ◦ blue 107

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

Shades of Cerise #D13A6B

Tints of Cerise #D13A6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 28.61%

R = 55.88%
G = 15.51%
B = 28.61%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#D13A6B (or 0xD13A6B) is known color: Cerise. HEX triplet: D1, 3A and 6B. RGB value is (209,58,107). Sum of RGB (Red+Green+Blue) = 209+58+107=374 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.88% from 374); Green value is 58 (23.05% from 255 or 15.51% from 374); Blue value is 107 (42.19% from 255 or 28.61% from 374); Max value from RGB is 209 - color contains mainly: red. Hex color #D13A6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13A6B is #2EC594. Grayscale: #6C6C6C. Windows color (decimal): -3065237 or 7027409. OLE color: 7027409.

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

Color convert

RGB 209 58 107 -
CMYK 0 0.72 0.49 0.18
HSL 340.53º 0.62% 0.52% -
HSV(B) 340.53º 0.72% 0.82% -
XYZ 30.46 17.64 15.71 -
YUV 108.74 127.03 199.52 -
System Red Green Blue C M Y K H S L
Decimal 209 58 107 0 0.72 0.49 0.18 340.53 0.62 0.52
Hex D1 3A 6B 0 48 31 12 155 3E 34
Octal 321 72 153 0 110 61 22 525 76 64
Binary 11010001 111010 1101011 0 1001000 110001 10010 101010101 111110 110100

Color Harmonies of #D13A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13A6B

Black with #D13A6B

Text Example


Text Example

White with #D13A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13A6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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