Html Css Color HEX #D12592 Deep Cerise

📋 copy color: '#D12592'

red 209 ◦ green 37 ◦ blue 146

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

Shades of Deep Cerise #D12592

Tints of Deep Cerise #D12592

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.44%

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

R = 53.32%
G = 9.44%
B = 37.24%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#D12592 (or 0xD12592) is known color: Deep Cerise. HEX triplet: D1, 25 and 92. RGB value is (209,37,146). Sum of RGB (Red+Green+Blue) = 209+37+146=392 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.32% from 392); Green value is 37 (14.84% from 255 or 9.44% from 392); Blue value is 146 (57.42% from 255 or 37.24% from 392); Max value from RGB is 209 - color contains mainly: red. Hex color #D12592 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D12592 is #2EDA6D. Grayscale: #646464. Windows color (decimal): -3070574 or 9577937. OLE color: 9577937.

HSL color Cylindrical-coordinate representation of color #D12592: hue angle of 321.98º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D12592 is Cyan = 0, Magento = 0.82, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 37 146 -
CMYK 0 0.82 0.30 0.18
HSL 321.98º 0.7% 0.48% -
HSV(B) 321.98º 0.82% 0.82% -
XYZ 32.14 16.95 28.77 -
YUV 100.85 153.48 205.14 -
System Red Green Blue C M Y K H S L
Decimal 209 37 146 0 0.82 0.30 0.18 321.98 0.7 0.48
Hex D1 25 92 0 52 1E 12 142 46 30
Octal 321 45 222 0 122 36 22 502 106 60
Binary 11010001 100101 10010010 0 1010010 11110 10010 101000010 1000110 110000

Color Harmonies of #D12592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12592

Black with #D12592

Text Example


Text Example

White with #D12592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12592; }

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

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

background-color css

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

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

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

border-color css

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

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

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