Html Css Color HEX #D12B96 Deep Cerise

📋 copy color: '#D12B96'

red 209 ◦ green 43 ◦ blue 150

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

Shades of Deep Cerise #D12B96

Tints of Deep Cerise #D12B96

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10.7%

 BLUE value IS 150 (58.98% from 255) = 37.31%

R = 51.99%
G = 10.7%
B = 37.31%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.28

 K value IS 0.18

RGB Variations

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

Color information

#D12B96 (or 0xD12B96) is known color: Deep Cerise. HEX triplet: D1, 2B and 96. RGB value is (209,43,150). Sum of RGB (Red+Green+Blue) = 209+43+150=402 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.99% from 402); Green value is 43 (17.19% from 255 or 10.70% from 402); Blue value is 150 (58.98% from 255 or 37.31% from 402); Max value from RGB is 209 - color contains mainly: red. Hex color #D12B96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D12B96 is #2ED469. Grayscale: #686868. Windows color (decimal): -3069034 or 9841617. OLE color: 9841617.

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

Color convert

RGB 209 43 150 -
CMYK 0 0.79 0.28 0.18
HSL 321.33º 0.66% 0.49% -
HSV(B) 321.33º 0.79% 0.82% -
XYZ 32.66 17.49 30.51 -
YUV 104.83 153.5 202.3 -
System Red Green Blue C M Y K H S L
Decimal 209 43 150 0 0.79 0.28 0.18 321.33 0.66 0.49
Hex D1 2B 96 0 4F 1C 12 141 42 31
Octal 321 53 226 0 117 34 22 501 102 61
Binary 11010001 101011 10010110 0 1001111 11100 10010 101000001 1000010 110001

Color Harmonies of #D12B96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12B96

Black with #D12B96

Text Example


Text Example

White with #D12B96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12B96; }

 p { color: rgb(209,43,150); }

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

background-color css

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

 a { background-color: rgb(209,43,150); }

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

border-color css

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

 span { border-color: rgb(209,43,150); }

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