Html Css Color HEX #D13062 Cerise

📋 copy color: '#D13062'

red 209 ◦ green 48 ◦ blue 98

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

Shades of Cerise #D13062

Tints of Cerise #D13062

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.52%

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

R = 58.87%
G = 13.52%
B = 27.61%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.53

 K value IS 0.18

RGB Variations

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

Color information

#D13062 (or 0xD13062) is known color: Cerise. HEX triplet: D1, 30 and 62. RGB value is (209,48,98). Sum of RGB (Red+Green+Blue) = 209+48+98=355 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.87% from 355); Green value is 48 (19.14% from 255 or 13.52% from 355); Blue value is 98 (38.67% from 255 or 27.61% from 355); Max value from RGB is 209 - color contains mainly: red. Hex color #D13062 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13062 is #2ECF9D. Grayscale: #656565. Windows color (decimal): -3067806 or 6435025. OLE color: 6435025.

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

Color convert

RGB 209 48 98 -
CMYK 0 0.77 0.53 0.18
HSL 341.37º 0.64% 0.5% -
HSV(B) 341.37º 0.77% 0.82% -
XYZ 29.56 16.55 13.19 -
YUV 101.84 125.84 204.43 -
System Red Green Blue C M Y K H S L
Decimal 209 48 98 0 0.77 0.53 0.18 341.37 0.64 0.5
Hex D1 30 62 0 4D 35 12 155 40 32
Octal 321 60 142 0 115 65 22 525 100 62
Binary 11010001 110000 1100010 0 1001101 110101 10010 101010101 1000000 110010

Color Harmonies of #D13062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13062

Black with #D13062

Text Example


Text Example

White with #D13062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13062; }

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

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

background-color css

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

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

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

border-color css

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

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

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