Html Css Color HEX #D13A6C Cerise

📋 copy color: '#D13A6C'

red 209 ◦ green 58 ◦ blue 108

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

Shades of Cerise #D13A6C

Tints of Cerise #D13A6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 28.8%

R = 55.73%
G = 15.47%
B = 28.8%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#D13A6C (or 0xD13A6C) is known color: Cerise. HEX triplet: D1, 3A and 6C. RGB value is (209,58,108). Sum of RGB (Red+Green+Blue) = 209+58+108=375 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.73% from 375); Green value is 58 (23.05% from 255 or 15.47% from 375); Blue value is 108 (42.58% from 255 or 28.8% from 375); Max value from RGB is 209 - color contains mainly: red. Hex color #D13A6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13A6C is #2EC593. Grayscale: #6C6C6C. Windows color (decimal): -3065236 or 7092945. OLE color: 7092945.

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

Color convert

RGB 209 58 108 -
CMYK 0 0.72 0.48 0.18
HSL 340.13º 0.62% 0.52% -
HSV(B) 340.13º 0.72% 0.82% -
XYZ 30.51 17.66 15.99 -
YUV 108.85 127.53 199.43 -
System Red Green Blue C M Y K H S L
Decimal 209 58 108 0 0.72 0.48 0.18 340.13 0.62 0.52
Hex D1 3A 6C 0 48 30 12 154 3E 34
Octal 321 72 154 0 110 60 22 524 76 64
Binary 11010001 111010 1101100 0 1001000 110000 10010 101010100 111110 110100

Color Harmonies of #D13A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13A6C

Black with #D13A6C

Text Example


Text Example

White with #D13A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13A6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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