Html Css Color HEX #D12562 Cerise

📋 copy color: '#D12562'

red 209 ◦ green 37 ◦ blue 98

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

Shades of Cerise #D12562

Tints of Cerise #D12562

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.76%

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

R = 60.76%
G = 10.76%
B = 28.49%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.53

 K value IS 0.18

RGB Variations

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

Color information

#D12562 (or 0xD12562) is known color: Cerise. HEX triplet: D1, 25 and 62. RGB value is (209,37,98). Sum of RGB (Red+Green+Blue) = 209+37+98=344 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.76% from 344); Green value is 37 (14.84% from 255 or 10.76% from 344); Blue value is 98 (38.67% from 255 or 28.49% from 344); Max value from RGB is 209 - color contains mainly: red. Hex color #D12562 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D12562 is #2EDA9D. Grayscale: #5F5F5F. Windows color (decimal): -3070622 or 6432209. OLE color: 6432209.

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

Color convert

RGB 209 37 98 -
CMYK 0 0.82 0.53 0.18
HSL 338.72º 0.7% 0.48% -
HSV(B) 338.72º 0.82% 0.82% -
XYZ 29.16 15.76 13.06 -
YUV 95.38 129.48 209.04 -
System Red Green Blue C M Y K H S L
Decimal 209 37 98 0 0.82 0.53 0.18 338.72 0.7 0.48
Hex D1 25 62 0 52 35 12 153 46 30
Octal 321 45 142 0 122 65 22 523 106 60
Binary 11010001 100101 1100010 0 1010010 110101 10010 101010011 1000110 110000

Color Harmonies of #D12562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12562

Black with #D12562

Text Example


Text Example

White with #D12562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12562; }

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

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

background-color css

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

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

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

border-color css

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

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

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