Html Css Color HEX #D12BAF Deep Cerise

📋 copy color: '#D12BAF'

red 209 ◦ green 43 ◦ blue 175

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

Shades of Deep Cerise #D12BAF

Tints of Deep Cerise #D12BAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 40.98%

R = 48.95%
G = 10.07%
B = 40.98%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.16

 K value IS 0.18

RGB Variations

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

Color information

#D12BAF (or 0xD12BAF) is known color: Deep Cerise. HEX triplet: D1, 2B and AF. RGB value is (209,43,175). Sum of RGB (Red+Green+Blue) = 209+43+175=427 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.95% from 427); Green value is 43 (17.19% from 255 or 10.07% from 427); Blue value is 175 (68.75% from 255 or 40.98% from 427); Max value from RGB is 209 - color contains mainly: red. Hex color #D12BAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D12BAF is #2ED450. Grayscale: #6B6B6B. Windows color (decimal): -3069009 or 11480017. OLE color: 11480017.

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

Color convert

RGB 209 43 175 -
CMYK 0 0.79 0.16 0.18
HSL 312.29º 0.66% 0.49% -
HSV(B) 312.29º 0.79% 0.82% -
XYZ 34.9 18.38 42.27 -
YUV 107.68 166 200.27 -
System Red Green Blue C M Y K H S L
Decimal 209 43 175 0 0.79 0.16 0.18 312.29 0.66 0.49
Hex D1 2B AF 0 4F 10 12 138 42 31
Octal 321 53 257 0 117 20 22 470 102 61
Binary 11010001 101011 10101111 0 1001111 10000 10010 100111000 1000010 110001

Color Harmonies of #D12BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12BAF

Black with #D12BAF

Text Example


Text Example

White with #D12BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12BAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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