Html Css Color HEX #D12274 Deep Cerise

📋 copy color: '#D12274'

red 209 ◦ green 34 ◦ blue 116

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

Shades of Deep Cerise #D12274

Tints of Deep Cerise #D12274

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 32.31%

R = 58.22%
G = 9.47%
B = 32.31%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D12274 (or 0xD12274) is known color: Deep Cerise. HEX triplet: D1, 22 and 74. RGB value is (209,34,116). Sum of RGB (Red+Green+Blue) = 209+34+116=359 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.22% from 359); Green value is 34 (13.67% from 255 or 9.47% from 359); Blue value is 116 (45.70% from 255 or 32.31% from 359); Max value from RGB is 209 - color contains mainly: red. Hex color #D12274 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D12274 is #2EDD8B. Grayscale: #5F5F5F. Windows color (decimal): -3071372 or 7611089. OLE color: 7611089.

HSL color Cylindrical-coordinate representation of color #D12274: hue angle of 331.89º 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 #D12274 is Cyan = 0, Magento = 0.84, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 34 116 -
CMYK 0 0.84 0.44 0.18
HSL 331.89º 0.72% 0.48% -
HSV(B) 331.89º 0.84% 0.82% -
XYZ 30.02 15.96 18.02 -
YUV 95.67 139.48 208.83 -
System Red Green Blue C M Y K H S L
Decimal 209 34 116 0 0.84 0.44 0.18 331.89 0.72 0.48
Hex D1 22 74 0 54 2C 12 14C 48 30
Octal 321 42 164 0 124 54 22 514 110 60
Binary 11010001 100010 1110100 0 1010100 101100 10010 101001100 1001000 110000

Color Harmonies of #D12274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12274

Black with #D12274

Text Example


Text Example

White with #D12274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12274; }

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

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

background-color css

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

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

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

border-color css

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

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

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