Html Css Color HEX #D12271 Cerise

📋 copy color: '#D12271'

red 209 ◦ green 34 ◦ blue 113

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

Shades of Cerise #D12271

Tints of Cerise #D12271

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.55%

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

R = 58.71%
G = 9.55%
B = 31.74%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#D12271 (or 0xD12271) is known color: Cerise. HEX triplet: D1, 22 and 71. RGB value is (209,34,113). Sum of RGB (Red+Green+Blue) = 209+34+113=356 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.71% from 356); Green value is 34 (13.67% from 255 or 9.55% from 356); Blue value is 113 (44.53% from 255 or 31.74% from 356); Max value from RGB is 209 - color contains mainly: red. Hex color #D12271 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D12271 is #2EDD8E. Grayscale: #5F5F5F. Windows color (decimal): -3071375 or 7414481. OLE color: 7414481.

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

Color convert

RGB 209 34 113 -
CMYK 0 0.84 0.46 0.18
HSL 332.91º 0.72% 0.48% -
HSV(B) 332.91º 0.84% 0.82% -
XYZ 29.85 15.89 17.12 -
YUV 95.33 137.98 209.08 -
System Red Green Blue C M Y K H S L
Decimal 209 34 113 0 0.84 0.46 0.18 332.91 0.72 0.48
Hex D1 22 71 0 54 2E 12 14D 48 30
Octal 321 42 161 0 124 56 22 515 110 60
Binary 11010001 100010 1110001 0 1010100 101110 10010 101001101 1001000 110000

Color Harmonies of #D12271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12271

Black with #D12271

Text Example


Text Example

White with #D12271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12271; }

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

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

background-color css

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

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

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

border-color css

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

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

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