Html Css Color HEX #D12BA1 Deep Cerise

📋 copy color: '#D12BA1'

red 209 ◦ green 43 ◦ blue 161

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

Shades of Deep Cerise #D12BA1

Tints of Deep Cerise #D12BA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 38.98%

R = 50.61%
G = 10.41%
B = 38.98%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.23

 K value IS 0.18

RGB Variations

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

Color information

#D12BA1 (or 0xD12BA1) is known color: Deep Cerise. HEX triplet: D1, 2B and A1. RGB value is (209,43,161). Sum of RGB (Red+Green+Blue) = 209+43+161=413 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.61% from 413); Green value is 43 (17.19% from 255 or 10.41% from 413); Blue value is 161 (63.28% from 255 or 38.98% from 413); Max value from RGB is 209 - color contains mainly: red. Hex color #D12BA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D12BA1 is #2ED45E. Grayscale: #696969. Windows color (decimal): -3069023 or 10562513. OLE color: 10562513.

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

Color convert

RGB 209 43 161 -
CMYK 0 0.79 0.23 0.18
HSL 317.35º 0.66% 0.49% -
HSV(B) 317.35º 0.79% 0.82% -
XYZ 33.59 17.86 35.39 -
YUV 106.09 159 201.41 -
System Red Green Blue C M Y K H S L
Decimal 209 43 161 0 0.79 0.23 0.18 317.35 0.66 0.49
Hex D1 2B A1 0 4F 17 12 13D 42 31
Octal 321 53 241 0 117 27 22 475 102 61
Binary 11010001 101011 10100001 0 1001111 10111 10010 100111101 1000010 110001

Color Harmonies of #D12BA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12BA1

Black with #D12BA1

Text Example


Text Example

White with #D12BA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12BA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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