Html Css Color HEX #D12BA2 Deep Cerise

📋 copy color: '#D12BA2'

red 209 ◦ green 43 ◦ blue 162

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

Shades of Deep Cerise #D12BA2

Tints of Deep Cerise #D12BA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 39.13%

R = 50.48%
G = 10.39%
B = 39.13%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.22

 K value IS 0.18

RGB Variations

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

Color information

#D12BA2 (or 0xD12BA2) is known color: Deep Cerise. HEX triplet: D1, 2B and A2. RGB value is (209,43,162). Sum of RGB (Red+Green+Blue) = 209+43+162=414 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.48% from 414); Green value is 43 (17.19% from 255 or 10.39% from 414); Blue value is 162 (63.67% from 255 or 39.13% from 414); Max value from RGB is 209 - color contains mainly: red. Hex color #D12BA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D12BA2 is #2ED45D. Grayscale: #696969. Windows color (decimal): -3069022 or 10628049. OLE color: 10628049.

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

Color convert

RGB 209 43 162 -
CMYK 0 0.79 0.22 0.18
HSL 316.99º 0.66% 0.49% -
HSV(B) 316.99º 0.79% 0.82% -
XYZ 33.68 17.89 35.86 -
YUV 106.2 159.5 201.32 -
System Red Green Blue C M Y K H S L
Decimal 209 43 162 0 0.79 0.22 0.18 316.99 0.66 0.49
Hex D1 2B A2 0 4F 16 12 13D 42 31
Octal 321 53 242 0 117 26 22 475 102 61
Binary 11010001 101011 10100010 0 1001111 10110 10010 100111101 1000010 110001

Color Harmonies of #D12BA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12BA2

Black with #D12BA2

Text Example


Text Example

White with #D12BA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12BA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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