Html Css Color HEX #D12BA8 Deep Cerise

📋 copy color: '#D12BA8'

red 209 ◦ green 43 ◦ blue 168

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

Shades of Deep Cerise #D12BA8

Tints of Deep Cerise #D12BA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 40%

R = 49.76%
G = 10.24%
B = 40%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.20

 K value IS 0.18

RGB Variations

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

Color information

#D12BA8 (or 0xD12BA8) is known color: Deep Cerise. HEX triplet: D1, 2B and A8. RGB value is (209,43,168). Sum of RGB (Red+Green+Blue) = 209+43+168=420 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.76% from 420); Green value is 43 (17.19% from 255 or 10.24% from 420); Blue value is 168 (66.02% from 255 or 40% from 420); Max value from RGB is 209 - color contains mainly: red. Hex color #D12BA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D12BA8 is #2ED457. Grayscale: #6A6A6A. Windows color (decimal): -3069016 or 11021265. OLE color: 11021265.

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

Color convert

RGB 209 43 168 -
CMYK 0 0.79 0.20 0.18
HSL 314.82º 0.66% 0.49% -
HSV(B) 314.82º 0.79% 0.82% -
XYZ 34.23 18.11 38.74 -
YUV 106.88 162.5 200.84 -
System Red Green Blue C M Y K H S L
Decimal 209 43 168 0 0.79 0.20 0.18 314.82 0.66 0.49
Hex D1 2B A8 0 4F 14 12 13B 42 31
Octal 321 53 250 0 117 24 22 473 102 61
Binary 11010001 101011 10101000 0 1001111 10100 10010 100111011 1000010 110001

Color Harmonies of #D12BA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12BA8

Black with #D12BA8

Text Example


Text Example

White with #D12BA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12BA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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