Html Css Color HEX #D13A62 Cerise

📋 copy color: '#D13A62'

red 209 ◦ green 58 ◦ blue 98

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

Shades of Cerise #D13A62

Tints of Cerise #D13A62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 26.85%

R = 57.26%
G = 15.89%
B = 26.85%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.53

 K value IS 0.18

RGB Variations

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

Color information

#D13A62 (or 0xD13A62) is known color: Cerise. HEX triplet: D1, 3A and 62. RGB value is (209,58,98). Sum of RGB (Red+Green+Blue) = 209+58+98=365 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.26% from 365); Green value is 58 (23.05% from 255 or 15.89% from 365); Blue value is 98 (38.67% from 255 or 26.85% from 365); Max value from RGB is 209 - color contains mainly: red. Hex color #D13A62 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13A62 is #2EC59D. Grayscale: #6B6B6B. Windows color (decimal): -3065246 or 6437585. OLE color: 6437585.

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

Color convert

RGB 209 58 98 -
CMYK 0 0.72 0.53 0.18
HSL 344.11º 0.62% 0.52% -
HSV(B) 344.11º 0.72% 0.82% -
XYZ 30.01 17.46 13.34 -
YUV 107.71 122.53 200.25 -
System Red Green Blue C M Y K H S L
Decimal 209 58 98 0 0.72 0.53 0.18 344.11 0.62 0.52
Hex D1 3A 62 0 48 35 12 158 3E 34
Octal 321 72 142 0 110 65 22 530 76 64
Binary 11010001 111010 1100010 0 1001000 110101 10010 101011000 111110 110100

Color Harmonies of #D13A62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13A62

Black with #D13A62

Text Example


Text Example

White with #D13A62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13A62; }

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

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

background-color css

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

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

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

border-color css

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

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

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