Html Css Color HEX #D12B92 Deep Cerise

📋 copy color: '#D12B92'

red 209 ◦ green 43 ◦ blue 146

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

Shades of Deep Cerise #D12B92

Tints of Deep Cerise #D12B92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 36.68%

R = 52.51%
G = 10.8%
B = 36.68%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#D12B92 (or 0xD12B92) is known color: Deep Cerise. HEX triplet: D1, 2B and 92. RGB value is (209,43,146). Sum of RGB (Red+Green+Blue) = 209+43+146=398 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.51% from 398); Green value is 43 (17.19% from 255 or 10.80% from 398); Blue value is 146 (57.42% from 255 or 36.68% from 398); Max value from RGB is 209 - color contains mainly: red. Hex color #D12B92 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D12B92 is #2ED46D. Grayscale: #686868. Windows color (decimal): -3069038 or 9579473. OLE color: 9579473.

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

Color convert

RGB 209 43 146 -
CMYK 0 0.79 0.30 0.18
HSL 322.77º 0.66% 0.49% -
HSV(B) 322.77º 0.79% 0.82% -
XYZ 32.35 17.36 28.84 -
YUV 104.38 151.5 202.62 -
System Red Green Blue C M Y K H S L
Decimal 209 43 146 0 0.79 0.30 0.18 322.77 0.66 0.49
Hex D1 2B 92 0 4F 1E 12 143 42 31
Octal 321 53 222 0 117 36 22 503 102 61
Binary 11010001 101011 10010010 0 1001111 11110 10010 101000011 1000010 110001

Color Harmonies of #D12B92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12B92

Black with #D12B92

Text Example


Text Example

White with #D12B92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12B92; }

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

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

background-color css

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

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

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

border-color css

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

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

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