Html Css Color HEX #D13962 Cerise

📋 copy color: '#D13962'

red 209 ◦ green 57 ◦ blue 98

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

Shades of Cerise #D13962

Tints of Cerise #D13962

RGB

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

 GREEN value IS 57 (22.66% from 255) = 15.66%

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

R = 57.42%
G = 15.66%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.53

 K value IS 0.18

RGB Variations

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

Color information

#D13962 (or 0xD13962) is known color: Cerise. HEX triplet: D1, 39 and 62. RGB value is (209,57,98). Sum of RGB (Red+Green+Blue) = 209+57+98=364 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.42% from 364); Green value is 57 (22.66% from 255 or 15.66% from 364); Blue value is 98 (38.67% from 255 or 26.92% from 364); Max value from RGB is 209 - color contains mainly: red. Hex color #D13962 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13962 is #2EC69D. Grayscale: #6B6B6B. Windows color (decimal): -3065502 or 6437329. OLE color: 6437329.

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

Color convert

RGB 209 57 98 -
CMYK 0 0.73 0.53 0.18
HSL 343.82º 0.62% 0.52% -
HSV(B) 343.82º 0.73% 0.82% -
XYZ 29.96 17.36 13.33 -
YUV 107.12 122.86 200.67 -
System Red Green Blue C M Y K H S L
Decimal 209 57 98 0 0.73 0.53 0.18 343.82 0.62 0.52
Hex D1 39 62 0 49 35 12 158 3E 34
Octal 321 71 142 0 111 65 22 530 76 64
Binary 11010001 111001 1100010 0 1001001 110101 10010 101011000 111110 110100

Color Harmonies of #D13962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13962

Black with #D13962

Text Example


Text Example

White with #D13962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13962; }

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

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

background-color css

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

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

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

border-color css

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

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

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