Html Css Color HEX #D12C75 Deep Cerise

📋 copy color: '#D12C75'

red 209 ◦ green 44 ◦ blue 117

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

Shades of Deep Cerise #D12C75

Tints of Deep Cerise #D12C75

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.89%

 BLUE value IS 117 (46.09% from 255) = 31.62%

R = 56.49%
G = 11.89%
B = 31.62%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D12C75 (or 0xD12C75) is known color: Deep Cerise. HEX triplet: D1, 2C and 75. RGB value is (209,44,117). Sum of RGB (Red+Green+Blue) = 209+44+117=370 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.49% from 370); Green value is 44 (17.58% from 255 or 11.89% from 370); Blue value is 117 (46.09% from 255 or 31.62% from 370); Max value from RGB is 209 - color contains mainly: red. Hex color #D12C75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D12C75 is #2ED38A. Grayscale: #656565. Windows color (decimal): -3068811 or 7679185. OLE color: 7679185.

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

Color convert

RGB 209 44 117 -
CMYK 0 0.79 0.44 0.18
HSL 333.45º 0.65% 0.5% -
HSV(B) 333.45º 0.79% 0.82% -
XYZ 30.41 16.64 18.44 -
YUV 101.66 136.66 204.56 -
System Red Green Blue C M Y K H S L
Decimal 209 44 117 0 0.79 0.44 0.18 333.45 0.65 0.5
Hex D1 2C 75 0 4F 2C 12 14D 41 32
Octal 321 54 165 0 117 54 22 515 101 62
Binary 11010001 101100 1110101 0 1001111 101100 10010 101001101 1000001 110010

Color Harmonies of #D12C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12C75

Black with #D12C75

Text Example


Text Example

White with #D12C75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12C75; }

 p { color: rgb(209,44,117); }

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

background-color css

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

 a { background-color: rgb(209,44,117); }

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

border-color css

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

 span { border-color: rgb(209,44,117); }

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