Html Css Color HEX #D12371 Cerise

📋 copy color: '#D12371'

red 209 ◦ green 35 ◦ blue 113

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

Shades of Cerise #D12371

Tints of Cerise #D12371

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.8%

 BLUE value IS 113 (44.53% from 255) = 31.65%

R = 58.54%
G = 9.8%
B = 31.65%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#D12371 (or 0xD12371) is known color: Cerise. HEX triplet: D1, 23 and 71. RGB value is (209,35,113). Sum of RGB (Red+Green+Blue) = 209+35+113=357 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.54% from 357); Green value is 35 (14.06% from 255 or 9.80% from 357); Blue value is 113 (44.53% from 255 or 31.65% from 357); Max value from RGB is 209 - color contains mainly: red. Hex color #D12371 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D12371 is #2EDC8E. Grayscale: #5F5F5F. Windows color (decimal): -3071119 or 7414737. OLE color: 7414737.

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

Color convert

RGB 209 35 113 -
CMYK 0 0.83 0.46 0.18
HSL 333.1º 0.71% 0.48% -
HSV(B) 333.1º 0.83% 0.82% -
XYZ 29.88 15.95 17.13 -
YUV 95.92 137.65 208.66 -
System Red Green Blue C M Y K H S L
Decimal 209 35 113 0 0.83 0.46 0.18 333.1 0.71 0.48
Hex D1 23 71 0 53 2E 12 14D 47 30
Octal 321 43 161 0 123 56 22 515 107 60
Binary 11010001 100011 1110001 0 1010011 101110 10010 101001101 1000111 110000

Color Harmonies of #D12371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12371

Black with #D12371

Text Example


Text Example

White with #D12371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12371; }

 p { color: rgb(209,35,113); }

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

background-color css

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

 a { background-color: rgb(209,35,113); }

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

border-color css

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

 span { border-color: rgb(209,35,113); }

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